Shades of Deep Pink #F01C86
Tints of Deep Pink #F01C86
RGB
CMYK
RGB Variations
Color information
#F01C86 (or 0xF01C86) is known color: Deep Pink. HEX triplet: F0, 1C and 86. RGB value is (240,28,134). Sum of RGB (Red+Green+Blue) = 240+28+134=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01C86 is #0FE379. Grayscale: #676767. Windows color (decimal): -1041274 or 8789232. OLE color: 8789232.
HSL color Cylindrical-coordinate representation of color #F01C86: hue angle of 330º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C86 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 134 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.06 |
| HSL | 330º | 0.88% | 0.53% | - |
| HSV(B) | 330º | 0.88% | 0.94% | - |
| XYZ | 40.65 | 21.08 | 24.48 | - |
| YUV | 103.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 134 | 0 | 0.88 | 0.44 | 0.06 | 330 | 0.88 | 0.53 |
| Hex | F0 | 1C | 86 | 0 | 58 | 2C | 6 | 14A | 58 | 35 |
| Octal | 360 | 34 | 206 | 0 | 130 | 54 | 6 | 512 | 130 | 65 |
| Binary | 11110000 | 11100 | 10000110 | 0 | 1011000 | 101100 | 110 | 101001010 | 1011000 | 110101 |
Color Harmonies of #F01C86
Complementary color
Monochromatic Colors of #F01C86
Black with #F01C86
Text Example
Text Example
White with #F01C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C86; }
p { color: rgb(240,28,134); }
H1.HeaderClassName
{
color: #F01C86;
}
.AnyTagClassName
{
color: #F01C86;
}
</style>
background-color css
<style>
a { background-color: #F01C86; }
a { background-color: rgb(240,28,134); }
div.DivClassName
{
background-color: #F01C86;
}
.BgClassName
{
background-color: #F01C86;
}
</style>
border-color css
<style>
span { border-color: #F01C86; }
span { border-color: rgb(240,28,134); }
td.TdClassName
{
border-color: #F01C86;
}
.TagClassName
{
border-color: #F01C86;
}
</style>