COLOR #F99FC8

HEX: #F99FC8
RGB: (249,159,200)

Color info

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

RGB color model

#F99FC8 color RGB value is (249,159,200).

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

RGB channels and saturation

R 249 of 255 = 98%
G 159 of 255 = 62%
B 200 of 255 = 78%

249
159
200

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

Portions of RGB colors in percentages

R + G + B =
249 + 159 + 200 = 608 (100%)
R 249 of 608 ~ 40.95%
G 159 of 608 ~ 26.15%
B 200 of 608 ~ 32.89%

%40.95
%26.15
%32.89

CMYK color model

#F99FC8 color CMYK value is (0,36,20,2).

  • cyan value is 0.00%
  • magenta value is 36.14%
  • yellow value is 19.68%
  • key color value is 2.35%
CMYK:
(0,36,20,2)
C0M36Y20K2 
(0%,36%,20%,2%)
(0.00/0.36/0.20/0.02)	

CMYK percentages

%0
%36.14
%19.68
%2.35

Codes

Color #F99FC8 in popluar color models

F99FC8
RGB249159200
HSL333°88.24%80.00%
HSB/HSV333°36.14%97.65%
CMYK0.00%36.14%19.68%
2.35%

Color #F99FC8 in popluar number systems.

HEXF99FC8
Decimal249159200
Binary111110011001111111001000
Octal371237310

Shades and tints

Shades of #F99FC8

#F99FC8
(249,159,200)
#E391B6
(227,145,182)
#CD83A4
(205,131,164)
#B77592
(183,117,146)
#A16780
(161,103,128)
#8B596E
(139,89,110)
#754B5C
(117,75,92)
#5F3D4A
(95,61,74)
#492F38
(73,47,56)
#332126
(51,33,38)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #F99FC8

#F99FC8
(249,159,200)
#F9A7CD
(249,167,205)
#F9AFD2
(249,175,210)
#F9B7D7
(249,183,215)
#F9BFDC
(249,191,220)
#F9C7E1
(249,199,225)
#F9CFE6
(249,207,230)
#F9D7EB
(249,215,235)
#F9DFF0
(249,223,240)
#F9E7F5
(249,231,245)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99FC8 color. Also use rgb(249,159,200) instead hex code.

Text Font Color

.myTextColor { color: #F99FC8; }

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

This text font color is #F99FC8.


Background Color

.myBgColor { background-color: #F99FC8; }

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

This div background color is #F99FC8.


Border color

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

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

This div border color is #F99FC8.


Opacity

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

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

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

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

This text has shadow with #F99FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99FC8 on black background.


Color preview on white background

This text has color #F99FC8 on white background.



Black color preview on #F99FC8 background

This text has black color on #F99FC8 background.


White color preview on #F99FC8 background

This text has white color on #F99FC8 background.