Shades of Deep Pink #F00F86
Tints of Deep Pink #F00F86
RGB
CMYK
RGB Variations
Color information
#F00F86 (or 0xF00F86) is known color: Deep Pink. HEX triplet: F0, 0F and 86. RGB value is (240,15,134). Sum of RGB (Red+Green+Blue) = 240+15+134=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00F86 is #0FF079. Grayscale: #5F5F5F. Windows color (decimal): -1044602 or 8785904. OLE color: 8785904.
HSL color Cylindrical-coordinate representation of color #F00F86: hue angle of 328.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F86 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 134 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.06 |
| HSL | 328.27º | 0.88% | 0.5% | - |
| HSV(B) | 328.27º | 0.94% | 0.94% | - |
| XYZ | 40.41 | 20.59 | 24.4 | - |
| YUV | 95.84 | 149.54 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 134 | 0 | 0.94 | 0.44 | 0.06 | 328.27 | 0.88 | 0.5 |
| Hex | F0 | F | 86 | 0 | 5E | 2C | 6 | 148 | 58 | 32 |
| Octal | 360 | 17 | 206 | 0 | 136 | 54 | 6 | 510 | 130 | 62 |
| Binary | 11110000 | 1111 | 10000110 | 0 | 1011110 | 101100 | 110 | 101001000 | 1011000 | 110010 |
Color Harmonies of #F00F86
Complementary color
Monochromatic Colors of #F00F86
Black with #F00F86
Text Example
Text Example
White with #F00F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F86; }
p { color: rgb(240,15,134); }
H1.HeaderClassName
{
color: #F00F86;
}
.AnyTagClassName
{
color: #F00F86;
}
</style>
background-color css
<style>
a { background-color: #F00F86; }
a { background-color: rgb(240,15,134); }
div.DivClassName
{
background-color: #F00F86;
}
.BgClassName
{
background-color: #F00F86;
}
</style>
border-color css
<style>
span { border-color: #F00F86; }
span { border-color: rgb(240,15,134); }
td.TdClassName
{
border-color: #F00F86;
}
.TagClassName
{
border-color: #F00F86;
}
</style>