Shades of Deep Pink #F00C8C
Tints of Deep Pink #F00C8C
RGB
CMYK
RGB Variations
Color information
#F00C8C (or 0xF00C8C) is known color: Deep Pink. HEX triplet: F0, 0C and 8C. RGB value is (240,12,140). Sum of RGB (Red+Green+Blue) = 240+12+140=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00C8C is #0FF373. Grayscale: #5E5E5E. Windows color (decimal): -1045364 or 9178352. OLE color: 9178352.
HSL color Cylindrical-coordinate representation of color #F00C8C: hue angle of 326.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C8C is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 140 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.06 |
| HSL | 326.32º | 0.9% | 0.49% | - |
| HSV(B) | 326.32º | 0.95% | 0.94% | - |
| XYZ | 40.8 | 20.68 | 26.65 | - |
| YUV | 94.76 | 153.54 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 140 | 0 | 0.95 | 0.42 | 0.06 | 326.32 | 0.9 | 0.49 |
| Hex | F0 | C | 8C | 0 | 5F | 2A | 6 | 146 | 5A | 31 |
| Octal | 360 | 14 | 214 | 0 | 137 | 52 | 6 | 506 | 132 | 61 |
| Binary | 11110000 | 1100 | 10001100 | 0 | 1011111 | 101010 | 110 | 101000110 | 1011010 | 110001 |
Color Harmonies of #F00C8C
Complementary color
Monochromatic Colors of #F00C8C
Black with #F00C8C
Text Example
Text Example
White with #F00C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C8C; }
p { color: rgb(240,12,140); }
H1.HeaderClassName
{
color: #F00C8C;
}
.AnyTagClassName
{
color: #F00C8C;
}
</style>
background-color css
<style>
a { background-color: #F00C8C; }
a { background-color: rgb(240,12,140); }
div.DivClassName
{
background-color: #F00C8C;
}
.BgClassName
{
background-color: #F00C8C;
}
</style>
border-color css
<style>
span { border-color: #F00C8C; }
span { border-color: rgb(240,12,140); }
td.TdClassName
{
border-color: #F00C8C;
}
.TagClassName
{
border-color: #F00C8C;
}
</style>