COLOR #F9A7A0

HEX: #F9A7A0
RGB: (249,167,160)

Color info

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

RGB color model

#F9A7A0 color RGB value is (249,167,160).

  • red value is 249;
  • green value is 167;
  • blue value is 160.
RGB:
(249,167,160)
(98%,65%,63%)

RGB channels and saturation

R 249 of 255 = 98%
G 167 of 255 = 65%
B 160 of 255 = 63%

249
167
160

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

Portions of RGB colors in percentages

R + G + B =
249 + 167 + 160 = 576 (100%)
R 249 of 576 ~ 43.23%
G 167 of 576 ~ 28.99%
B 160 of 576 ~ 27.78%

%43.23
%28.99
%27.78

CMYK color model

#F9A7A0 color CMYK value is (0,33,36,2).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 35.74%
  • key color value is 2.35%
CMYK:
(0,33,36,2)
C0M33Y36K2 
(0%,33%,36%,2%)
(0.00/0.33/0.36/0.02)	

CMYK percentages

%0
%32.93
%35.74
%2.35

Codes

Color #F9A7A0 in popluar color models

F9A7A0
RGB249167160
HSL88.12%80.20%
HSB/HSV35.74%97.65%
CMYK0.00%32.93%35.74%
2.35%

Color #F9A7A0 in popluar number systems.

HEXF9A7A0
Decimal249167160
Binary111110011010011110100000
Octal371247240

Shades and tints

Shades of #F9A7A0

#F9A7A0
(249,167,160)
#E39892
(227,152,146)
#CD8984
(205,137,132)
#B77A76
(183,122,118)
#A16B68
(161,107,104)
#8B5C5A
(139,92,90)
#754D4C
(117,77,76)
#5F3E3E
(95,62,62)
#492F30
(73,47,48)
#332022
(51,32,34)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #F9A7A0

#F9A7A0
(249,167,160)
#F9AFA8
(249,175,168)
#F9B7B0
(249,183,176)
#F9BFB8
(249,191,184)
#F9C7C0
(249,199,192)
#F9CFC8
(249,207,200)
#F9D7D0
(249,215,208)
#F9DFD8
(249,223,216)
#F9E7E0
(249,231,224)
#F9EFE8
(249,239,232)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A7A0 color. Also use rgb(249,167,160) instead hex code.

Text Font Color

.myTextColor { color: #F9A7A0; }

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

This text font color is #F9A7A0.


Background Color

.myBgColor { background-color: #F9A7A0; }

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

This div background color is #F9A7A0.


Border color

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

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

This div border color is #F9A7A0.


Opacity

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

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

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

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

This text has shadow with #F9A7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A7A0 on black background.


Color preview on white background

This text has color #F9A7A0 on white background.



Black color preview on #F9A7A0 background

This text has black color on #F9A7A0 background.


White color preview on #F9A7A0 background

This text has white color on #F9A7A0 background.