Shades of Deep Pink #F01996
Tints of Deep Pink #F01996
RGB
CMYK
RGB Variations
Color information
#F01996 (or 0xF01996) is known color: Deep Pink. HEX triplet: F0, 19 and 96. RGB value is (240,25,150). Sum of RGB (Red+Green+Blue) = 240+25+150=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F01996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01996 is #0FE669. Grayscale: #676767. Windows color (decimal): -1042026 or 9837040. OLE color: 9837040.
HSL color Cylindrical-coordinate representation of color #F01996: hue angle of 325.12º 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 #F01996 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 150 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.06 |
| HSL | 325.12º | 0.88% | 0.52% | - |
| HSV(B) | 325.12º | 0.9% | 0.94% | - |
| XYZ | 41.79 | 21.42 | 30.79 | - |
| YUV | 103.54 | 154.23 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 150 | 0 | 0.90 | 0.37 | 0.06 | 325.12 | 0.88 | 0.52 |
| Hex | F0 | 19 | 96 | 0 | 5A | 25 | 6 | 145 | 58 | 34 |
| Octal | 360 | 31 | 226 | 0 | 132 | 45 | 6 | 505 | 130 | 64 |
| Binary | 11110000 | 11001 | 10010110 | 0 | 1011010 | 100101 | 110 | 101000101 | 1011000 | 110100 |
Color Harmonies of #F01996
Complementary color
Monochromatic Colors of #F01996
Black with #F01996
Text Example
Text Example
White with #F01996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01996; }
p { color: rgb(240,25,150); }
H1.HeaderClassName
{
color: #F01996;
}
.AnyTagClassName
{
color: #F01996;
}
</style>
background-color css
<style>
a { background-color: #F01996; }
a { background-color: rgb(240,25,150); }
div.DivClassName
{
background-color: #F01996;
}
.BgClassName
{
background-color: #F01996;
}
</style>
border-color css
<style>
span { border-color: #F01996; }
span { border-color: rgb(240,25,150); }
td.TdClassName
{
border-color: #F01996;
}
.TagClassName
{
border-color: #F01996;
}
</style>