COLOR #F99EB7

HEX: #F99EB7 RGB: (249,158,183)

Color info

#F99EB7 contains mainly red color. Web safe color of #F99EB7 is #FF99CC (or #F9C).

RGB color model

#F99EB7 color RGB value is (249,158,183).

RGB: (249,158,183) (98%, 62%, 72%)

RGB channels and saturation

R 249 of 255 = 98%
G 158 of 255 = 62%
B 183 of 255 = 72%

249
158
183

R + G + B ~ 77%. #F99EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 158 + 183 = 590 (100%)
R 249 of 590 ~ 42.2%
G 158 of 590 ~ 26.78%
B 183 of 590 ~ 31.02'%

%42.2
%26.78
%31.02

CMYK color model

#F99EB7 color CMYK value is (0,37,27,2).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 26.51%
  • key color value is 2.35%
CMYK: (0,37,27,2) C0M37Y27K2 (0%,37%,27%,2%) (0.00/0.37/0.27/0.02) 

CMYK percentages

%0
%36.55
%26.51
%2.35

Codes

Color #F99EB7 in popluar color models

F9 9E B7
RGB 249 158 183
HSL 344° 88.35% 79.80%
HSB/HSV 344° 36.55% 97.65%
CMYK 0.00% 36.55% 26.51%
2.35%

Color #F99EB7 in popluar number systems.

HEX F9 9E B7
Decimal 249 158 183
Binary 11111001 10011110 10110111
Octal 371 236 267

Shades and tints

Shades of #F99EB7

#F99EB7
(249,158,183)
#E390A7
(227,144,167)
#CD8297
(205,130,151)
#B77487
(183,116,135)
#A16677
(161,102,119)
#8B5867
(139,88,103)
#754A57
(117,74,87)
#5F3C47
(95,60,71)
#492E37
(73,46,55)
#332027
(51,32,39)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #F99EB7

#F99EB7
(249,158,183)
#F9A6BD
(249,166,189)
#F9AEC3
(249,174,195)
#F9B6C9
(249,182,201)
#F9BECF
(249,190,207)
#F9C6D5
(249,198,213)
#F9CEDB
(249,206,219)
#F9D6E1
(249,214,225)
#F9DEE7
(249,222,231)
#F9E6ED
(249,230,237)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99EB7 color. Also use rgb(249,158,183) instead hex code.

Text Font Color

.myTextColor { color: #F99EB7; }

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

This text font color is #F99EB7.

Background Color

.myBgColor { background-color: #F99EB7; }

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

This div background color is #F99EB7.

Border color

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

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

This div border color is #F99EB7.

Opacity

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

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

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

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

This text has shadow with #F99EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F99EB7.

Preview

Color preview on black background

This text has color #F99EB7 on black background.


Color preview on white background

This text has color #F99EB7 on white background.


Black color preview on #F99EB7 background

This text has black color on #F99EB7 background.


White color preview on #F99EB7 background

This text has white color on #F99EB7 background.


Related colors

Complementary color

Complementary color for #hex is #066148.


I love getcolorcode.com

Triadic colors

1 #B7F99E and #9EB7F9 with #F99EB7 are triadic colors.

2 #B79EF9 and #9EF9B7 with #F99EB7 are triadic colors.