COLOR #F990C8

HEX: #F990C8
RGB: (249,144,200)

Color info

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

RGB color model

#F990C8 color RGB value is (249,144,200).

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

RGB channels and saturation

R 249 of 255 = 98%
G 144 of 255 = 56%
B 200 of 255 = 78%

249
144
200

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

Portions of RGB colors in percentages

R + G + B =
249 + 144 + 200 = 593 (100%)
R 249 of 593 ~ 41.99%
G 144 of 593 ~ 24.28%
B 200 of 593 ~ 33.73%

%41.99
%24.28
%33.73

CMYK color model

#F990C8 color CMYK value is (0,42,20,2).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 19.68%
  • key color value is 2.35%
CMYK:
(0,42,20,2)
C0M42Y20K2 
(0%,42%,20%,2%)
(0.00/0.42/0.20/0.02)	

CMYK percentages

%0
%42.17
%19.68
%2.35

Codes

Color #F990C8 in popluar color models

F990C8
RGB249144200
HSL328°89.74%77.06%
HSB/HSV328°42.17%97.65%
CMYK0.00%42.17%19.68%
2.35%

Color #F990C8 in popluar number systems.

HEXF990C8
Decimal249144200
Binary111110011001000011001000
Octal371220310

Shades and tints

Shades of #F990C8

#F990C8
(249,144,200)
#E383B6
(227,131,182)
#CD76A4
(205,118,164)
#B76992
(183,105,146)
#A15C80
(161,92,128)
#8B4F6E
(139,79,110)
#75425C
(117,66,92)
#5F354A
(95,53,74)
#492838
(73,40,56)
#331B26
(51,27,38)
#1D0E14
(29,14,20)
#000000
(0,0,0)

Tints of #F990C8

#F990C8
(249,144,200)
#F99ACD
(249,154,205)
#F9A4D2
(249,164,210)
#F9AED7
(249,174,215)
#F9B8DC
(249,184,220)
#F9C2E1
(249,194,225)
#F9CCE6
(249,204,230)
#F9D6EB
(249,214,235)
#F9E0F0
(249,224,240)
#F9EAF5
(249,234,245)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F990C8; }

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

This text font color is #F990C8.


Background Color

.myBgColor { background-color: #F990C8; }

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

This div background color is #F990C8.


Border color

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

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

This div border color is #F990C8.


Opacity

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

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

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

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

This text has shadow with #F990C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F990C8 on black background.


Color preview on white background

This text has color #F990C8 on white background.



Black color preview on #F990C8 background

This text has black color on #F990C8 background.


White color preview on #F990C8 background

This text has white color on #F990C8 background.