COLOR #F99A8A

HEX: #F99A8A RGB: (249,154,138)

Color info

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

RGB color model

#F99A8A color RGB value is (249,154,138).

RGB: (249,154,138) (98%, 60%, 54%)

RGB channels and saturation

R 249 of 255 = 98%
G 154 of 255 = 60%
B 138 of 255 = 54%

249
154
138

R + G + B ~ 71%. #F99A8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 154 + 138 = 541 (100%)
R 249 of 541 ~ 46.03%
G 154 of 541 ~ 28.47%
B 138 of 541 ~ 25.51'%

%46.03
%28.47
%25.51

CMYK color model

#F99A8A color CMYK value is (0,38,45,2).

  • cyan value is 0.00%
  • magenta value is 38.15%
  • yellow value is 44.58%
  • key color value is 2.35%

CMYK: (0,38,45,2)
C0M38Y45K2 (0%, 38%, 45%, 2%)
(0.00 / 0.38 / 0.45 / 0.02)

CMYK percentages

%0
%38.15
%44.58
%2.35

Codes

Color #F99A8A in popluar color models

F9 9A 8A
RGB 249 154 138
HSL 90.24% 75.88%
HSB/HSV 44.58% 97.65%
CMYK 0.00% 38.15% 44.58%
2.35%

Color #F99A8A in popluar number systems.

HEX F9 9A 8A
Decimal 249 154 138
Binary 11111001 10011010 10001010
Octal 371 232 212

Shades and tints

Shades of #F99A8A

#F99A8A
(249,154,138)
#E38C7E
(227,140,126)
#CD7E72
(205,126,114)
#B77066
(183,112,102)
#A1625A
(161,98,90)
#8B544E
(139,84,78)
#754642
(117,70,66)
#5F3836
(95,56,54)
#492A2A
(73,42,42)
#331C1E
(51,28,30)
#1D0E12
(29,14,18)
#000000
(0,0,0)

Tints of #F99A8A

#F99A8A
(249,154,138)
#F9A394
(249,163,148)
#F9AC9E
(249,172,158)
#F9B5A8
(249,181,168)
#F9BEB2
(249,190,178)
#F9C7BC
(249,199,188)
#F9D0C6
(249,208,198)
#F9D9D0
(249,217,208)
#F9E2DA
(249,226,218)
#F9EBE4
(249,235,228)
#F9F4EE
(249,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99A8A color. Also use rgb(249,154,138) instead hex code.

Text Font Color

.myTextColor { color: #F99A8A; }

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

This text font color is #F99A8A.

Background Color

.myBgColor { background-color: #F99A8A; }

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

This div background color is #F99A8A.

Border color

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

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

This div border color is #F99A8A.

Opacity

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

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

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

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

This text has shadow with #F99A8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F99A8A.

Preview

Color preview on black background

This text has color #F99A8A on black background.


Color preview on white background

This text has color #F99A8A on white background.


Black color preview on #F99A8A background

This text has black color on #F99A8A background.


White color preview on #F99A8A background

This text has white color on #F99A8A background.


Related colors

Complementary color

Complementary color for #hex is #066575.


I love getcolorcode.com

Triadic colors

1 #8AF99A and #9A8AF9 with #F99A8A are triadic colors.

2 #8A9AF9 and #9AF98A with #F99A8A are triadic colors.