COLOR #F2A9A2

HEX: #F2A9A2
RGB: (242,169,162)

Color info

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

RGB color model

#F2A9A2 color RGB value is (242,169,162).

  • red value is 242;
  • green value is 169;
  • blue value is 162.
RGB:
(242,169,162)
(95%,66%,64%)

RGB channels and saturation

R 242 of 255 = 95%
G 169 of 255 = 66%
B 162 of 255 = 64%

242
169
162

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

Portions of RGB colors in percentages

R + G + B =
242 + 169 + 162 = 573 (100%)
R 242 of 573 ~ 42.23%
G 169 of 573 ~ 29.49%
B 162 of 573 ~ 28.27%

%42.23
%29.49
%28.27

CMYK color model

#F2A9A2 color CMYK value is (0,30,33,5).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 33.06%
  • key color value is 5.10%
CMYK:
(0,30,33,5)
C0M30Y33K5 
(0%,30%,33%,5%)
(0.00/0.30/0.33/0.05)	

CMYK percentages

%0
%30.17
%33.06
%5.1

Codes

Color #F2A9A2 in popluar color models

F2A9A2
RGB242169162
HSL75.47%79.22%
HSB/HSV33.06%94.90%
CMYK0.00%30.17%33.06%
5.10%

Color #F2A9A2 in popluar number systems.

HEXF2A9A2
Decimal242169162
Binary111100101010100110100010
Octal362251242

Shades and tints

Shades of #F2A9A2

#F2A9A2
(242,169,162)
#DC9A94
(220,154,148)
#C68B86
(198,139,134)
#B07C78
(176,124,120)
#9A6D6A
(154,109,106)
#845E5C
(132,94,92)
#6E4F4E
(110,79,78)
#584040
(88,64,64)
#423132
(66,49,50)
#2C2224
(44,34,36)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #F2A9A2

#F2A9A2
(242,169,162)
#F3B0AA
(243,176,170)
#F4B7B2
(244,183,178)
#F5BEBA
(245,190,186)
#F6C5C2
(246,197,194)
#F7CCCA
(247,204,202)
#F8D3D2
(248,211,210)
#F9DADA
(249,218,218)
#FAE1E2
(250,225,226)
#FBE8EA
(251,232,234)
#FCEFF2
(252,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A9A2 color. Also use rgb(242,169,162) instead hex code.

Text Font Color

.myTextColor { color: #F2A9A2; }

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

This text font color is #F2A9A2.


Background Color

.myBgColor { background-color: #F2A9A2; }

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

This div background color is #F2A9A2.


Border color

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

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

This div border color is #F2A9A2.


Opacity

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

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

Text with #F2A9A2 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 #F2A9A2;}

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

This text has shadow with #F2A9A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A9A2 on black background.


Color preview on white background

This text has color #F2A9A2 on white background.



Black color preview on #F2A9A2 background

This text has black color on #F2A9A2 background.


White color preview on #F2A9A2 background

This text has white color on #F2A9A2 background.