COLOR #F08DD6

HEX: #F08DD6 RGB: (240,141,214)

Color info

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

RGB color model

#F08DD6 color RGB value is (240,141,214).

RGB: (240,141,214) (94%, 55%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 141 of 255 = 55%
B 214 of 255 = 84%

240
141
214

R + G + B ~ 78%. #F08DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 141 + 214 = 595 (100%)
R 240 of 595 ~ 40.34%
G 141 of 595 ~ 23.7%
B 214 of 595 ~ 35.97'%

%40.34
%23.7
%35.97

CMYK color model

#F08DD6 color CMYK value is (0,41,11,6).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 10.83%
  • key color value is 5.88%

CMYK: (0,41,11,6)
C0M41Y11K6 (0%, 41%, 11%, 6%)
(0.00 / 0.41 / 0.11 / 0.06)

CMYK percentages

%0
%41.25
%10.83
%5.88

Codes

Color #F08DD6 in popluar color models

F0 8D D6
RGB 240 141 214
HSL 316° 76.74% 74.71%
HSB/HSV 316° 41.25% 94.12%
CMYK 0.00% 41.25% 10.83%
5.88%

Color #F08DD6 in popluar number systems.

HEX F0 8D D6
Decimal 240 141 214
Binary 11110000 10001101 11010110
Octal 360 215 326

Shades and tints

Shades of #F08DD6

#F08DD6
(240,141,214)
#DB81C3
(219,129,195)
#C675B0
(198,117,176)
#B1699D
(177,105,157)
#9C5D8A
(156,93,138)
#875177
(135,81,119)
#724564
(114,69,100)
#5D3951
(93,57,81)
#482D3E
(72,45,62)
#33212B
(51,33,43)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #F08DD6

#F08DD6
(240,141,214)
#F197D9
(241,151,217)
#F2A1DC
(242,161,220)
#F3ABDF
(243,171,223)
#F4B5E2
(244,181,226)
#F5BFE5
(245,191,229)
#F6C9E8
(246,201,232)
#F7D3EB
(247,211,235)
#F8DDEE
(248,221,238)
#F9E7F1
(249,231,241)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08DD6 color. Also use rgb(240,141,214) instead hex code.

Text Font Color

.myTextColor { color: #F08DD6; }

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

This text font color is #F08DD6.

Background Color

.myBgColor { background-color: #F08DD6; }

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

This div background color is #F08DD6.

Border color

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

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

This div border color is #F08DD6.

Opacity

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

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

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

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

This text has shadow with #F08DD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08DD6.

Preview

Color preview on black background

This text has color #F08DD6 on black background.


Color preview on white background

This text has color #F08DD6 on white background.


Black color preview on #F08DD6 background

This text has black color on #F08DD6 background.


White color preview on #F08DD6 background

This text has white color on #F08DD6 background.


Related colors

Complementary color

Complementary color for #hex is #0F7229.


I love getcolorcode.com

Triadic colors

1 #D6F08D and #8DD6F0 with #F08DD6 are triadic colors.

2 #D68DF0 and #8DF0D6 with #F08DD6 are triadic colors.