Shades of Deep Pink #F01497
Tints of Deep Pink #F01497
RGB
CMYK
RGB Variations
Color information
#F01497 (or 0xF01497) is known color: Deep Pink. HEX triplet: F0, 14 and 97. RGB value is (240,20,151). Sum of RGB (Red+Green+Blue) = 240+20+151=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F01497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01497 is #0FEB68. Grayscale: #646464. Windows color (decimal): -1043305 or 9901296. OLE color: 9901296.
HSL color Cylindrical-coordinate representation of color #F01497: hue angle of 324.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01497 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 151 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.06 |
| HSL | 324.27º | 0.88% | 0.51% | - |
| HSV(B) | 324.27º | 0.92% | 0.94% | - |
| XYZ | 41.77 | 21.26 | 31.18 | - |
| YUV | 100.71 | 156.39 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 151 | 0 | 0.92 | 0.37 | 0.06 | 324.27 | 0.88 | 0.51 |
| Hex | F0 | 14 | 97 | 0 | 5C | 25 | 6 | 144 | 58 | 33 |
| Octal | 360 | 24 | 227 | 0 | 134 | 45 | 6 | 504 | 130 | 63 |
| Binary | 11110000 | 10100 | 10010111 | 0 | 1011100 | 100101 | 110 | 101000100 | 1011000 | 110011 |
Color Harmonies of #F01497
Complementary color
Monochromatic Colors of #F01497
Black with #F01497
Text Example
Text Example
White with #F01497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01497; }
p { color: rgb(240,20,151); }
H1.HeaderClassName
{
color: #F01497;
}
.AnyTagClassName
{
color: #F01497;
}
</style>
background-color css
<style>
a { background-color: #F01497; }
a { background-color: rgb(240,20,151); }
div.DivClassName
{
background-color: #F01497;
}
.BgClassName
{
background-color: #F01497;
}
</style>
border-color css
<style>
span { border-color: #F01497; }
span { border-color: rgb(240,20,151); }
td.TdClassName
{
border-color: #F01497;
}
.TagClassName
{
border-color: #F01497;
}
</style>