COLOR #F99DE1

HEX: #F99DE1
RGB: (249,157,225)

Color info

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

RGB color model

#F99DE1 color RGB value is (249,157,225).

  • red value is 249;
  • green value is 157;
  • blue value is 225.
RGB:
(249,157,225)
(98%,62%,88%)

RGB channels and saturation

R 249 of 255 = 98%
G 157 of 255 = 62%
B 225 of 255 = 88%

249
157
225

R + G + B ~ 83%. #F99DE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 157 + 225 = 631 (100%)
R 249 of 631 ~ 39.46%
G 157 of 631 ~ 24.88%
B 225 of 631 ~ 35.66%

%39.46
%24.88
%35.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.95%
  • yellow value is 9.64%
  • key color value is 2.35%
CMYK:
(0,37,10,2)
C0M37Y10K2 
(0%,37%,10%,2%)
(0.00/0.37/0.10/0.02)	

CMYK percentages

%0
%36.95
%9.64
%2.35

Codes

Color #F99DE1 in popluar color models

F99DE1
RGB249157225
HSL316°88.46%79.61%
HSB/HSV316°36.95%97.65%
CMYK0.00%36.95%9.64%
2.35%

Color #F99DE1 in popluar number systems.

HEXF99DE1
Decimal249157225
Binary111110011001110111100001
Octal371235341

Shades and tints

Shades of #F99DE1

#F99DE1
(249,157,225)
#E38FCD
(227,143,205)
#CD81B9
(205,129,185)
#B773A5
(183,115,165)
#A16591
(161,101,145)
#8B577D
(139,87,125)
#754969
(117,73,105)
#5F3B55
(95,59,85)
#492D41
(73,45,65)
#331F2D
(51,31,45)
#1D1119
(29,17,25)
#000000
(0,0,0)

Tints of #F99DE1

#F99DE1
(249,157,225)
#F9A5E3
(249,165,227)
#F9ADE5
(249,173,229)
#F9B5E7
(249,181,231)
#F9BDE9
(249,189,233)
#F9C5EB
(249,197,235)
#F9CDED
(249,205,237)
#F9D5EF
(249,213,239)
#F9DDF1
(249,221,241)
#F9E5F3
(249,229,243)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99DE1 color. Also use rgb(249,157,225) instead hex code.

Text Font Color

.myTextColor { color: #F99DE1; }

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

This text font color is #F99DE1.


Background Color

.myBgColor { background-color: #F99DE1; }

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

This div background color is #F99DE1.


Border color

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

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

This div border color is #F99DE1.


Opacity

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

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

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

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

This text has shadow with #F99DE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99DE1 on black background.


Color preview on white background

This text has color #F99DE1 on white background.



Black color preview on #F99DE1 background

This text has black color on #F99DE1 background.


White color preview on #F99DE1 background

This text has white color on #F99DE1 background.