COLOR #F3A2A5

HEX: #F3A2A5
RGB: (243,162,165)

Color info

#F3A2A5 contains mainly red color. Web safe color of #F3A2A5 is #FF9999 (or #F99).

RGB color model

#F3A2A5 color RGB value is (243,162,165).

  • red value is 243;
  • green value is 162;
  • blue value is 165.
RGB:
(243,162,165)
(95%,64%,65%)

RGB channels and saturation

R 243 of 255 = 95%
G 162 of 255 = 64%
B 165 of 255 = 65%

243
162
165

R + G + B ~ 75%. #F3A2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 162 + 165 = 570 (100%)
R 243 of 570 ~ 42.63%
G 162 of 570 ~ 28.42%
B 165 of 570 ~ 28.95%

%42.63
%28.42
%28.95

CMYK color model

#F3A2A5 color CMYK value is (0,33,32,5).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 32.10%
  • key color value is 4.71%
CMYK:
(0,33,32,5)
C0M33Y32K5 
(0%,33%,32%,5%)
(0.00/0.33/0.32/0.05)	

CMYK percentages

%0
%33.33
%32.1
%4.71

Codes

Color #F3A2A5 in popluar color models

F3A2A5
RGB243162165
HSL358°77.14%79.41%
HSB/HSV358°33.33%95.29%
CMYK0.00%33.33%32.10%
4.71%

Color #F3A2A5 in popluar number systems.

HEXF3A2A5
Decimal243162165
Binary111100111010001010100101
Octal363242245

Shades and tints

Shades of #F3A2A5

#F3A2A5
(243,162,165)
#DD9496
(221,148,150)
#C78687
(199,134,135)
#B17878
(177,120,120)
#9B6A69
(155,106,105)
#855C5A
(133,92,90)
#6F4E4B
(111,78,75)
#59403C
(89,64,60)
#43322D
(67,50,45)
#2D241E
(45,36,30)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #F3A2A5

#F3A2A5
(243,162,165)
#F4AAAD
(244,170,173)
#F5B2B5
(245,178,181)
#F6BABD
(246,186,189)
#F7C2C5
(247,194,197)
#F8CACD
(248,202,205)
#F9D2D5
(249,210,213)
#FADADD
(250,218,221)
#FBE2E5
(251,226,229)
#FCEAED
(252,234,237)
#FDF2F5
(253,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A2A5 color. Also use rgb(243,162,165) instead hex code.

Text Font Color

.myTextColor { color: #F3A2A5; }

<p style="color:#F3A2A5">This sample text font color is #F3A2A5.</p>

This text font color is #F3A2A5.


Background Color

.myBgColor { background-color: #F3A2A5; }

<div style="background-color:#F3A2A5">Inner text</div>

This div background color is #F3A2A5.


Border color

.myBorderColor { border: 1px solid #F3A2A5; }

<div style="border:3px solid #F3A2A5">Div</div>

This div border color is #F3A2A5.


Opacity

.myOpacity80 { color: #F3A2A5; opacity: 0.8; }

<p style="color:#F3A2A5;opacity:0.8;">80%</p>

Text with #F3A2A5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F3A2A5;}

<p style="text-shadow: 3px 3px 1px #F3A2A5">Text here.</p>

This text has shadow with #F3A2A5 color.

.textShadow {text-shadow: 3px 3px 1px #F3A2A5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F3A2A5, 5px 5px 20px red">Text here.</p>

This text has shadow with #F3A2A5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F3A2A5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F3A2A5, Direction=45, Strength=4)">Text</p>

This text has shadow with #F3A2A5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F3A2A5;
  -webkit-box-shadow:	1px 1px 3px 2px #F3A2A5;
  box-shadow:		1px 1px 3px 2px #F3A2A5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F3A2A5;
-webkit-box-shadow: 1px 1px 3px 2px #F3A2A5;
box-shadow:1px 1px 3px 2px #F3A2A5;">
Div content here</div>
This div box has shadow with color #F3A2A5.

Preview

Color preview on black background

This text has color #F3A2A5 on black background.


Color preview on white background

This text has color #F3A2A5 on white background.



Black color preview on #F3A2A5 background

This text has black color on #F3A2A5 background.


White color preview on #F3A2A5 background

This text has white color on #F3A2A5 background.