Shades of Deep Pink #F01197
Tints of Deep Pink #F01197
RGB
CMYK
RGB Variations
Color information
#F01197 (or 0xF01197) is known color: Deep Pink. HEX triplet: F0, 11 and 97. RGB value is (240,17,151). Sum of RGB (Red+Green+Blue) = 240+17+151=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F01197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01197 is #0FEE68. Grayscale: #626262. Windows color (decimal): -1044073 or 9900528. OLE color: 9900528.
HSL color Cylindrical-coordinate representation of color #F01197: hue angle of 323.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01197 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 151 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.06 |
| HSL | 323.95º | 0.88% | 0.5% | - |
| HSV(B) | 323.95º | 0.93% | 0.94% | - |
| XYZ | 41.72 | 21.16 | 31.16 | - |
| YUV | 98.95 | 157.38 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 151 | 0 | 0.93 | 0.37 | 0.06 | 323.95 | 0.88 | 0.5 |
| Hex | F0 | 11 | 97 | 0 | 5D | 25 | 6 | 144 | 58 | 32 |
| Octal | 360 | 21 | 227 | 0 | 135 | 45 | 6 | 504 | 130 | 62 |
| Binary | 11110000 | 10001 | 10010111 | 0 | 1011101 | 100101 | 110 | 101000100 | 1011000 | 110010 |
Color Harmonies of #F01197
Complementary color
Monochromatic Colors of #F01197
Black with #F01197
Text Example
Text Example
White with #F01197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01197; }
p { color: rgb(240,17,151); }
H1.HeaderClassName
{
color: #F01197;
}
.AnyTagClassName
{
color: #F01197;
}
</style>
background-color css
<style>
a { background-color: #F01197; }
a { background-color: rgb(240,17,151); }
div.DivClassName
{
background-color: #F01197;
}
.BgClassName
{
background-color: #F01197;
}
</style>
border-color css
<style>
span { border-color: #F01197; }
span { border-color: rgb(240,17,151); }
td.TdClassName
{
border-color: #F01197;
}
.TagClassName
{
border-color: #F01197;
}
</style>