COLOR #F08FC0

HEX: #F08FC0 RGB: (240,143,192)

Color info

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

RGB color model

#F08FC0 color RGB value is (240,143,192).

RGB: (240,143,192) (94%, 56%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 143 of 255 = 56%
B 192 of 255 = 75%

240
143
192

R + G + B ~ 75%. #F08FC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 143 + 192 = 575 (100%)
R 240 of 575 ~ 41.74%
G 143 of 575 ~ 24.87%
B 192 of 575 ~ 33.39'%

%41.74
%24.87
%33.39

CMYK color model

#F08FC0 color CMYK value is (0,40,20,6).

  • cyan value is 0.00%
  • magenta value is 40.42%
  • yellow value is 20.00%
  • key color value is 5.88%

CMYK: (0,40,20,6)
C0M40Y20K6 (0%, 40%, 20%, 6%)
(0.00 / 0.40 / 0.20 / 0.06)

CMYK percentages

%0
%40.42
%20
%5.88

Codes

Color #F08FC0 in popluar color models

F0 8F C0
RGB 240 143 192
HSL 330° 76.38% 75.10%
HSB/HSV 330° 40.42% 94.12%
CMYK 0.00% 40.42% 20.00%
5.88%

Color #F08FC0 in popluar number systems.

HEX F0 8F C0
Decimal 240 143 192
Binary 11110000 10001111 11000000
Octal 360 217 300

Shades and tints

Shades of #F08FC0

#F08FC0
(240,143,192)
#DB82AF
(219,130,175)
#C6759E
(198,117,158)
#B1688D
(177,104,141)
#9C5B7C
(156,91,124)
#874E6B
(135,78,107)
#72415A
(114,65,90)
#5D3449
(93,52,73)
#482738
(72,39,56)
#331A27
(51,26,39)
#1E0D16
(30,13,22)
#000000
(0,0,0)

Tints of #F08FC0

#F08FC0
(240,143,192)
#F199C5
(241,153,197)
#F2A3CA
(242,163,202)
#F3ADCF
(243,173,207)
#F4B7D4
(244,183,212)
#F5C1D9
(245,193,217)
#F6CBDE
(246,203,222)
#F7D5E3
(247,213,227)
#F8DFE8
(248,223,232)
#F9E9ED
(249,233,237)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08FC0 color. Also use rgb(240,143,192) instead hex code.

Text Font Color

.myTextColor { color: #F08FC0; }

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

This text font color is #F08FC0.

Background Color

.myBgColor { background-color: #F08FC0; }

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

This div background color is #F08FC0.

Border color

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

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

This div border color is #F08FC0.

Opacity

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

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

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

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

This text has shadow with #F08FC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08FC0.

Preview

Color preview on black background

This text has color #F08FC0 on black background.


Color preview on white background

This text has color #F08FC0 on white background.


Black color preview on #F08FC0 background

This text has black color on #F08FC0 background.


White color preview on #F08FC0 background

This text has white color on #F08FC0 background.


Related colors

Complementary color

Complementary color for #hex is #0F703F.


I love getcolorcode.com

Triadic colors

1 #C0F08F and #8FC0F0 with #F08FC0 are triadic colors.

2 #C08FF0 and #8FF0C0 with #F08FC0 are triadic colors.