COLOR #F08ED6

HEX: #F08ED6
RGB: (240,142,214)

Color info

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

RGB color model

#F08ED6 color RGB value is (240,142,214).

  • red value is 240;
  • green value is 142;
  • blue value is 214.
RGB:
(240,142,214)
(94%,56%,84%)

RGB channels and saturation

R 240 of 255 = 94%
G 142 of 255 = 56%
B 214 of 255 = 84%

240
142
214

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

Portions of RGB colors in percentages

R + G + B =
240 + 142 + 214 = 596 (100%)
R 240 of 596 ~ 40.27%
G 142 of 596 ~ 23.83%
B 214 of 596 ~ 35.91%

%40.27
%23.83
%35.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.83%
  • 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
%40.83
%10.83
%5.88

Codes

Color #F08ED6 in popluar color models

F08ED6
RGB240142214
HSL316°76.56%74.90%
HSB/HSV316°40.83%94.12%
CMYK0.00%40.83%10.83%
5.88%

Color #F08ED6 in popluar number systems.

HEXF08ED6
Decimal240142214
Binary111100001000111011010110
Octal360216326

Shades and tints

Shades of #F08ED6

#F08ED6
(240,142,214)
#DB82C3
(219,130,195)
#C676B0
(198,118,176)
#B16A9D
(177,106,157)
#9C5E8A
(156,94,138)
#875277
(135,82,119)
#724664
(114,70,100)
#5D3A51
(93,58,81)
#482E3E
(72,46,62)
#33222B
(51,34,43)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #F08ED6

#F08ED6
(240,142,214)
#F198D9
(241,152,217)
#F2A2DC
(242,162,220)
#F3ACDF
(243,172,223)
#F4B6E2
(244,182,226)
#F5C0E5
(245,192,229)
#F6CAE8
(246,202,232)
#F7D4EB
(247,212,235)
#F8DEEE
(248,222,238)
#F9E8F1
(249,232,241)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F08ED6; }

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

This text font color is #F08ED6.


Background Color

.myBgColor { background-color: #F08ED6; }

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

This div background color is #F08ED6.


Border color

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

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

This div border color is #F08ED6.


Opacity

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

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

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

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

This text has shadow with #F08ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08ED6 on black background.


Color preview on white background

This text has color #F08ED6 on white background.



Black color preview on #F08ED6 background

This text has black color on #F08ED6 background.


White color preview on #F08ED6 background

This text has white color on #F08ED6 background.