Shades of Deep Pink #F01097
Tints of Deep Pink #F01097
RGB
CMYK
RGB Variations
Color information
#F01097 (or 0xF01097) is known color: Deep Pink. HEX triplet: F0, 10 and 97. RGB value is (240,16,151). Sum of RGB (Red+Green+Blue) = 240+16+151=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F01097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01097 is #0FEF68. Grayscale: #626262. Windows color (decimal): -1044329 or 9900272. OLE color: 9900272.
HSL color Cylindrical-coordinate representation of color #F01097: hue angle of 323.84º 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 #F01097 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.06 |
| HSL | 323.84º | 0.88% | 0.5% | - |
| HSV(B) | 323.84º | 0.93% | 0.94% | - |
| XYZ | 41.71 | 21.13 | 31.16 | - |
| YUV | 98.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 151 | 0 | 0.93 | 0.37 | 0.06 | 323.84 | 0.88 | 0.5 |
| Hex | F0 | 10 | 97 | 0 | 5D | 25 | 6 | 144 | 58 | 32 |
| Octal | 360 | 20 | 227 | 0 | 135 | 45 | 6 | 504 | 130 | 62 |
| Binary | 11110000 | 10000 | 10010111 | 0 | 1011101 | 100101 | 110 | 101000100 | 1011000 | 110010 |
Color Harmonies of #F01097
Complementary color
Monochromatic Colors of #F01097
Black with #F01097
Text Example
Text Example
White with #F01097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01097; }
p { color: rgb(240,16,151); }
H1.HeaderClassName
{
color: #F01097;
}
.AnyTagClassName
{
color: #F01097;
}
</style>
background-color css
<style>
a { background-color: #F01097; }
a { background-color: rgb(240,16,151); }
div.DivClassName
{
background-color: #F01097;
}
.BgClassName
{
background-color: #F01097;
}
</style>
border-color css
<style>
span { border-color: #F01097; }
span { border-color: rgb(240,16,151); }
td.TdClassName
{
border-color: #F01097;
}
.TagClassName
{
border-color: #F01097;
}
</style>