COLOR #F09DD1

HEX: #F09DD1
RGB: (240,157,209)

Color info

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

RGB color model

#F09DD1 color RGB value is (240,157,209).

  • red value is 240;
  • green value is 157;
  • blue value is 209.
RGB:
(240,157,209)
(94%,62%,82%)

RGB channels and saturation

R 240 of 255 = 94%
G 157 of 255 = 62%
B 209 of 255 = 82%

240
157
209

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

Portions of RGB colors in percentages

R + G + B =
240 + 157 + 209 = 606 (100%)
R 240 of 606 ~ 39.6%
G 157 of 606 ~ 25.91%
B 209 of 606 ~ 34.49%

%39.6
%25.91
%34.49

CMYK color model

#F09DD1 color CMYK value is (0,35,13,6).

  • cyan value is 0.00%
  • magenta value is 34.58%
  • yellow value is 12.92%
  • key color value is 5.88%
CMYK:
(0,35,13,6)
C0M35Y13K6 
(0%,35%,13%,6%)
(0.00/0.35/0.13/0.06)	

CMYK percentages

%0
%34.58
%12.92
%5.88

Codes

Color #F09DD1 in popluar color models

F09DD1
RGB240157209
HSL322°73.45%77.84%
HSB/HSV322°34.58%94.12%
CMYK0.00%34.58%12.92%
5.88%

Color #F09DD1 in popluar number systems.

HEXF09DD1
Decimal240157209
Binary111100001001110111010001
Octal360235321

Shades and tints

Shades of #F09DD1

#F09DD1
(240,157,209)
#DB8FBE
(219,143,190)
#C681AB
(198,129,171)
#B17398
(177,115,152)
#9C6585
(156,101,133)
#875772
(135,87,114)
#72495F
(114,73,95)
#5D3B4C
(93,59,76)
#482D39
(72,45,57)
#331F26
(51,31,38)
#1E1113
(30,17,19)
#000000
(0,0,0)

Tints of #F09DD1

#F09DD1
(240,157,209)
#F1A5D5
(241,165,213)
#F2ADD9
(242,173,217)
#F3B5DD
(243,181,221)
#F4BDE1
(244,189,225)
#F5C5E5
(245,197,229)
#F6CDE9
(246,205,233)
#F7D5ED
(247,213,237)
#F8DDF1
(248,221,241)
#F9E5F5
(249,229,245)
#FAEDF9
(250,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09DD1 color. Also use rgb(240,157,209) instead hex code.

Text Font Color

.myTextColor { color: #F09DD1; }

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

This text font color is #F09DD1.


Background Color

.myBgColor { background-color: #F09DD1; }

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

This div background color is #F09DD1.


Border color

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

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

This div border color is #F09DD1.


Opacity

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

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

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

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

This text has shadow with #F09DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09DD1 on black background.


Color preview on white background

This text has color #F09DD1 on white background.



Black color preview on #F09DD1 background

This text has black color on #F09DD1 background.


White color preview on #F09DD1 background

This text has white color on #F09DD1 background.