Shades of Deep Pink #F01796
Tints of Deep Pink #F01796
RGB
CMYK
RGB Variations
Color information
#F01796 (or 0xF01796) is known color: Deep Pink. HEX triplet: F0, 17 and 96. RGB value is (240,23,150). Sum of RGB (Red+Green+Blue) = 240+23+150=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F01796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01796 is #0FE869. Grayscale: #666666. Windows color (decimal): -1042538 or 9836528. OLE color: 9836528.
HSL color Cylindrical-coordinate representation of color #F01796: hue angle of 324.88º 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 #F01796 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 150 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.06 |
| HSL | 324.88º | 0.88% | 0.52% | - |
| HSV(B) | 324.88º | 0.9% | 0.94% | - |
| XYZ | 41.75 | 21.34 | 30.77 | - |
| YUV | 102.36 | 154.89 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 150 | 0 | 0.90 | 0.37 | 0.06 | 324.88 | 0.88 | 0.52 |
| Hex | F0 | 17 | 96 | 0 | 5A | 25 | 6 | 145 | 58 | 34 |
| Octal | 360 | 27 | 226 | 0 | 132 | 45 | 6 | 505 | 130 | 64 |
| Binary | 11110000 | 10111 | 10010110 | 0 | 1011010 | 100101 | 110 | 101000101 | 1011000 | 110100 |
Color Harmonies of #F01796
Complementary color
Monochromatic Colors of #F01796
Black with #F01796
Text Example
Text Example
White with #F01796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01796; }
p { color: rgb(240,23,150); }
H1.HeaderClassName
{
color: #F01796;
}
.AnyTagClassName
{
color: #F01796;
}
</style>
background-color css
<style>
a { background-color: #F01796; }
a { background-color: rgb(240,23,150); }
div.DivClassName
{
background-color: #F01796;
}
.BgClassName
{
background-color: #F01796;
}
</style>
border-color css
<style>
span { border-color: #F01796; }
span { border-color: rgb(240,23,150); }
td.TdClassName
{
border-color: #F01796;
}
.TagClassName
{
border-color: #F01796;
}
</style>