Shades of Deep Pink #F01296
Tints of Deep Pink #F01296
RGB
CMYK
RGB Variations
Color information
#F01296 (or 0xF01296) is known color: Deep Pink. HEX triplet: F0, 12 and 96. RGB value is (240,18,150). Sum of RGB (Red+Green+Blue) = 240+18+150=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F01296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01296 is #0FED69. Grayscale: #636363. Windows color (decimal): -1043818 or 9835248. OLE color: 9835248.
HSL color Cylindrical-coordinate representation of color #F01296: hue angle of 324.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01296 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 150 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.06 |
| HSL | 324.32º | 0.88% | 0.51% | - |
| HSV(B) | 324.32º | 0.93% | 0.94% | - |
| XYZ | 41.66 | 21.16 | 30.74 | - |
| YUV | 99.43 | 156.55 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 150 | 0 | 0.92 | 0.37 | 0.06 | 324.32 | 0.88 | 0.51 |
| Hex | F0 | 12 | 96 | 0 | 5C | 25 | 6 | 144 | 58 | 33 |
| Octal | 360 | 22 | 226 | 0 | 134 | 45 | 6 | 504 | 130 | 63 |
| Binary | 11110000 | 10010 | 10010110 | 0 | 1011100 | 100101 | 110 | 101000100 | 1011000 | 110011 |
Color Harmonies of #F01296
Complementary color
Monochromatic Colors of #F01296
Black with #F01296
Text Example
Text Example
White with #F01296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01296; }
p { color: rgb(240,18,150); }
H1.HeaderClassName
{
color: #F01296;
}
.AnyTagClassName
{
color: #F01296;
}
</style>
background-color css
<style>
a { background-color: #F01296; }
a { background-color: rgb(240,18,150); }
div.DivClassName
{
background-color: #F01296;
}
.BgClassName
{
background-color: #F01296;
}
</style>
border-color css
<style>
span { border-color: #F01296; }
span { border-color: rgb(240,18,150); }
td.TdClassName
{
border-color: #F01296;
}
.TagClassName
{
border-color: #F01296;
}
</style>