Shades of Deep Pink #F01C87
Tints of Deep Pink #F01C87
RGB
CMYK
RGB Variations
Color information
#F01C87 (or 0xF01C87) is known color: Deep Pink. HEX triplet: F0, 1C and 87. RGB value is (240,28,135). Sum of RGB (Red+Green+Blue) = 240+28+135=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01C87 is #0FE378. Grayscale: #676767. Windows color (decimal): -1041273 or 8854768. OLE color: 8854768.
HSL color Cylindrical-coordinate representation of color #F01C87: hue angle of 329.72º 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 #F01C87 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 135 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.06 |
| HSL | 329.72º | 0.88% | 0.53% | - |
| HSV(B) | 329.72º | 0.88% | 0.94% | - |
| XYZ | 40.72 | 21.11 | 24.85 | - |
| YUV | 103.59 | 145.74 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 135 | 0 | 0.88 | 0.44 | 0.06 | 329.72 | 0.88 | 0.53 |
| Hex | F0 | 1C | 87 | 0 | 58 | 2C | 6 | 14A | 58 | 35 |
| Octal | 360 | 34 | 207 | 0 | 130 | 54 | 6 | 512 | 130 | 65 |
| Binary | 11110000 | 11100 | 10000111 | 0 | 1011000 | 101100 | 110 | 101001010 | 1011000 | 110101 |
Color Harmonies of #F01C87
Complementary color
Monochromatic Colors of #F01C87
Black with #F01C87
Text Example
Text Example
White with #F01C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C87; }
p { color: rgb(240,28,135); }
H1.HeaderClassName
{
color: #F01C87;
}
.AnyTagClassName
{
color: #F01C87;
}
</style>
background-color css
<style>
a { background-color: #F01C87; }
a { background-color: rgb(240,28,135); }
div.DivClassName
{
background-color: #F01C87;
}
.BgClassName
{
background-color: #F01C87;
}
</style>
border-color css
<style>
span { border-color: #F01C87; }
span { border-color: rgb(240,28,135); }
td.TdClassName
{
border-color: #F01C87;
}
.TagClassName
{
border-color: #F01C87;
}
</style>