Shades of Deep Pink #F01696
Tints of Deep Pink #F01696
RGB
CMYK
RGB Variations
Color information
#F01696 (or 0xF01696) is known color: Deep Pink. HEX triplet: F0, 16 and 96. RGB value is (240,22,150). Sum of RGB (Red+Green+Blue) = 240+22+150=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F01696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01696 is #0FE969. Grayscale: #656565. Windows color (decimal): -1042794 or 9836272. OLE color: 9836272.
HSL color Cylindrical-coordinate representation of color #F01696: hue angle of 324.77º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01696 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.06 |
| HSL | 324.77º | 0.88% | 0.51% | - |
| HSV(B) | 324.77º | 0.91% | 0.94% | - |
| XYZ | 41.73 | 21.3 | 30.77 | - |
| YUV | 101.77 | 155.22 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 150 | 0 | 0.91 | 0.37 | 0.06 | 324.77 | 0.88 | 0.51 |
| Hex | F0 | 16 | 96 | 0 | 5B | 25 | 6 | 145 | 58 | 33 |
| Octal | 360 | 26 | 226 | 0 | 133 | 45 | 6 | 505 | 130 | 63 |
| Binary | 11110000 | 10110 | 10010110 | 0 | 1011011 | 100101 | 110 | 101000101 | 1011000 | 110011 |
Color Harmonies of #F01696
Complementary color
Monochromatic Colors of #F01696
Black with #F01696
Text Example
Text Example
White with #F01696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01696; }
p { color: rgb(240,22,150); }
H1.HeaderClassName
{
color: #F01696;
}
.AnyTagClassName
{
color: #F01696;
}
</style>
background-color css
<style>
a { background-color: #F01696; }
a { background-color: rgb(240,22,150); }
div.DivClassName
{
background-color: #F01696;
}
.BgClassName
{
background-color: #F01696;
}
</style>
border-color css
<style>
span { border-color: #F01696; }
span { border-color: rgb(240,22,150); }
td.TdClassName
{
border-color: #F01696;
}
.TagClassName
{
border-color: #F01696;
}
</style>