COLOR #F99EC7

HEX: #F99EC7
RGB: (249,158,199)

Color info

#F99EC7 contains mainly red and blue colors. Web safe color of #F99EC7 is #FF99CC (or #F9C).

RGB color model

#F99EC7 color RGB value is (249,158,199).

  • red value is 249;
  • green value is 158;
  • blue value is 199.
RGB:
(249,158,199)
(98%,62%,78%)

RGB channels and saturation

R 249 of 255 = 98%
G 158 of 255 = 62%
B 199 of 255 = 78%

249
158
199

R + G + B ~ 79%. #F99EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 158 + 199 = 606 (100%)
R 249 of 606 ~ 41.09%
G 158 of 606 ~ 26.07%
B 199 of 606 ~ 32.84%

%41.09
%26.07
%32.84

CMYK color model

#F99EC7 color CMYK value is (0,37,20,2).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 20.08%
  • key color value is 2.35%
CMYK:
(0,37,20,2)
C0M37Y20K2 
(0%,37%,20%,2%)
(0.00/0.37/0.20/0.02)	

CMYK percentages

%0
%36.55
%20.08
%2.35

Codes

Color #F99EC7 in popluar color models

F99EC7
RGB249158199
HSL333°88.35%79.80%
HSB/HSV333°36.55%97.65%
CMYK0.00%36.55%20.08%
2.35%

Color #F99EC7 in popluar number systems.

HEXF99EC7
Decimal249158199
Binary111110011001111011000111
Octal371236307

Shades and tints

Shades of #F99EC7

#F99EC7
(249,158,199)
#E390B5
(227,144,181)
#CD82A3
(205,130,163)
#B77491
(183,116,145)
#A1667F
(161,102,127)
#8B586D
(139,88,109)
#754A5B
(117,74,91)
#5F3C49
(95,60,73)
#492E37
(73,46,55)
#332025
(51,32,37)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #F99EC7

#F99EC7
(249,158,199)
#F9A6CC
(249,166,204)
#F9AED1
(249,174,209)
#F9B6D6
(249,182,214)
#F9BEDB
(249,190,219)
#F9C6E0
(249,198,224)
#F9CEE5
(249,206,229)
#F9D6EA
(249,214,234)
#F9DEEF
(249,222,239)
#F9E6F4
(249,230,244)
#F9EEF9
(249,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F99EC7; }

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

This text font color is #F99EC7.


Background Color

.myBgColor { background-color: #F99EC7; }

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

This div background color is #F99EC7.


Border color

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

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

This div border color is #F99EC7.


Opacity

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

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

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

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

This text has shadow with #F99EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99EC7 on black background.


Color preview on white background

This text has color #F99EC7 on white background.



Black color preview on #F99EC7 background

This text has black color on #F99EC7 background.


White color preview on #F99EC7 background

This text has white color on #F99EC7 background.