Shades of Deep Pink #F01788
Tints of Deep Pink #F01788
RGB
CMYK
RGB Variations
Color information
#F01788 (or 0xF01788) is known color: Deep Pink. HEX triplet: F0, 17 and 88. RGB value is (240,23,136). Sum of RGB (Red+Green+Blue) = 240+23+136=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F01788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01788 is #0FE877. Grayscale: #646464. Windows color (decimal): -1042552 or 8919024. OLE color: 8919024.
HSL color Cylindrical-coordinate representation of color #F01788: hue angle of 328.76º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01788 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 136 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.06 |
| HSL | 328.76º | 0.88% | 0.52% | - |
| HSV(B) | 328.76º | 0.9% | 0.94% | - |
| XYZ | 40.69 | 20.92 | 25.19 | - |
| YUV | 100.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 136 | 0 | 0.90 | 0.43 | 0.06 | 328.76 | 0.88 | 0.52 |
| Hex | F0 | 17 | 88 | 0 | 5A | 2B | 6 | 149 | 58 | 34 |
| Octal | 360 | 27 | 210 | 0 | 132 | 53 | 6 | 511 | 130 | 64 |
| Binary | 11110000 | 10111 | 10001000 | 0 | 1011010 | 101011 | 110 | 101001001 | 1011000 | 110100 |
Color Harmonies of #F01788
Complementary color
Monochromatic Colors of #F01788
Black with #F01788
Text Example
Text Example
White with #F01788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01788; }
p { color: rgb(240,23,136); }
H1.HeaderClassName
{
color: #F01788;
}
.AnyTagClassName
{
color: #F01788;
}
</style>
background-color css
<style>
a { background-color: #F01788; }
a { background-color: rgb(240,23,136); }
div.DivClassName
{
background-color: #F01788;
}
.BgClassName
{
background-color: #F01788;
}
</style>
border-color css
<style>
span { border-color: #F01788; }
span { border-color: rgb(240,23,136); }
td.TdClassName
{
border-color: #F01788;
}
.TagClassName
{
border-color: #F01788;
}
</style>