COLOR #F99CF5

HEX: #F99CF5
RGB: (249,156,245)

Color info

#F99CF5 contains mainly red and blue colors. Web safe color of #F99CF5 is #FF99FF (or #F9F).

RGB color model

#F99CF5 color RGB value is (249,156,245).

  • red value is 249;
  • green value is 156;
  • blue value is 245.
RGB:
(249,156,245)
(98%,61%,96%)

RGB channels and saturation

R 249 of 255 = 98%
G 156 of 255 = 61%
B 245 of 255 = 96%

249
156
245

R + G + B ~ 85%. #F99CF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 156 + 245 = 650 (100%)
R 249 of 650 ~ 38.31%
G 156 of 650 ~ 24%
B 245 of 650 ~ 37.69%

%38.31
%24
%37.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.35%
  • yellow value is 1.61%
  • key color value is 2.35%
CMYK:
(0,37,2,2)
C0M37Y2K2 
(0%,37%,2%,2%)
(0.00/0.37/0.02/0.02)	

CMYK percentages

%0
%37.35
%1.61
%2.35

Codes

Color #F99CF5 in popluar color models

F99CF5
RGB249156245
HSL303°88.57%79.41%
HSB/HSV303°37.35%97.65%
CMYK0.00%37.35%1.61%
2.35%

Color #F99CF5 in popluar number systems.

HEXF99CF5
Decimal249156245
Binary111110011001110011110101
Octal371234365

Shades and tints

Shades of #F99CF5

#F99CF5
(249,156,245)
#E38EDF
(227,142,223)
#CD80C9
(205,128,201)
#B772B3
(183,114,179)
#A1649D
(161,100,157)
#8B5687
(139,86,135)
#754871
(117,72,113)
#5F3A5B
(95,58,91)
#492C45
(73,44,69)
#331E2F
(51,30,47)
#1D1019
(29,16,25)
#000000
(0,0,0)

Tints of #F99CF5

#F99CF5
(249,156,245)
#F9A5F5
(249,165,245)
#F9AEF5
(249,174,245)
#F9B7F5
(249,183,245)
#F9C0F5
(249,192,245)
#F9C9F5
(249,201,245)
#F9D2F5
(249,210,245)
#F9DBF5
(249,219,245)
#F9E4F5
(249,228,245)
#F9EDF5
(249,237,245)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99CF5 color. Also use rgb(249,156,245) instead hex code.

Text Font Color

.myTextColor { color: #F99CF5; }

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

This text font color is #F99CF5.


Background Color

.myBgColor { background-color: #F99CF5; }

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

This div background color is #F99CF5.


Border color

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

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

This div border color is #F99CF5.


Opacity

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

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

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

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

This text has shadow with #F99CF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99CF5 on black background.


Color preview on white background

This text has color #F99CF5 on white background.



Black color preview on #F99CF5 background

This text has black color on #F99CF5 background.


White color preview on #F99CF5 background

This text has white color on #F99CF5 background.