COLOR #F08DC6

HEX: #F08DC6 RGB: (240,141,198)

Color info

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

RGB color model

#F08DC6 color RGB value is (240,141,198).

RGB: (240,141,198) (94%, 55%, 78%)

RGB channels and saturation

R 240 of 255 = 94%
G 141 of 255 = 55%
B 198 of 255 = 78%

240
141
198

R + G + B ~ 76%. #F08DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 141 + 198 = 579 (100%)
R 240 of 579 ~ 41.45%
G 141 of 579 ~ 24.35%
B 198 of 579 ~ 34.2'%

%41.45
%24.35
%34.2

CMYK color model

#F08DC6 color CMYK value is (0,41,18,6).

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

CMYK: (0,41,18,6)
C0M41Y18K6 (0%, 41%, 18%, 6%)
(0.00 / 0.41 / 0.18 / 0.06)

CMYK percentages

%0
%41.25
%17.5
%5.88

Codes

Color #F08DC6 in popluar color models

F0 8D C6
RGB 240 141 198
HSL 325° 76.74% 74.71%
HSB/HSV 325° 41.25% 94.12%
CMYK 0.00% 41.25% 17.50%
5.88%

Color #F08DC6 in popluar number systems.

HEX F0 8D C6
Decimal 240 141 198
Binary 11110000 10001101 11000110
Octal 360 215 306

Shades and tints

Shades of #F08DC6

#F08DC6
(240,141,198)
#DB81B4
(219,129,180)
#C675A2
(198,117,162)
#B16990
(177,105,144)
#9C5D7E
(156,93,126)
#87516C
(135,81,108)
#72455A
(114,69,90)
#5D3948
(93,57,72)
#482D36
(72,45,54)
#332124
(51,33,36)
#1E1512
(30,21,18)
#000000
(0,0,0)

Tints of #F08DC6

#F08DC6
(240,141,198)
#F197CB
(241,151,203)
#F2A1D0
(242,161,208)
#F3ABD5
(243,171,213)
#F4B5DA
(244,181,218)
#F5BFDF
(245,191,223)
#F6C9E4
(246,201,228)
#F7D3E9
(247,211,233)
#F8DDEE
(248,221,238)
#F9E7F3
(249,231,243)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F08DC6; }

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

This text font color is #F08DC6.

Background Color

.myBgColor { background-color: #F08DC6; }

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

This div background color is #F08DC6.

Border color

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

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

This div border color is #F08DC6.

Opacity

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

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

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

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

This text has shadow with #F08DC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08DC6.

Preview

Color preview on black background

This text has color #F08DC6 on black background.


Color preview on white background

This text has color #F08DC6 on white background.


Black color preview on #F08DC6 background

This text has black color on #F08DC6 background.


White color preview on #F08DC6 background

This text has white color on #F08DC6 background.


Related colors

Complementary color

Complementary color for #hex is #0F7239.


I love getcolorcode.com

Triadic colors

1 #C6F08D and #8DC6F0 with #F08DC6 are triadic colors.

2 #C68DF0 and #8DF0C6 with #F08DC6 are triadic colors.