Shades of Deep Pink #F01897
Tints of Deep Pink #F01897
RGB
CMYK
RGB Variations
Color information
#F01897 (or 0xF01897) is known color: Deep Pink. HEX triplet: F0, 18 and 97. RGB value is (240,24,151). Sum of RGB (Red+Green+Blue) = 240+24+151=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F01897 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01897 is #0FE768. Grayscale: #666666. Windows color (decimal): -1042281 or 9902320. OLE color: 9902320.
HSL color Cylindrical-coordinate representation of color #F01897: hue angle of 324.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01897 is Cyan = 0, Magento = 0.9, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 151 | - |
| CMYK | 0 | 0.9 | 0.37 | 0.06 |
| HSL | 324.72º | 0.88% | 0.52% | - |
| HSV(B) | 324.72º | 0.9% | 0.94% | - |
| XYZ | 41.85 | 21.41 | 31.21 | - |
| YUV | 103.06 | 155.06 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 151 | 0 | 0.9 | 0.37 | 0.06 | 324.72 | 0.88 | 0.52 |
| Hex | F0 | 18 | 97 | 0 | 5A | 25 | 6 | 145 | 58 | 34 |
| Octal | 360 | 30 | 227 | 0 | 132 | 45 | 6 | 505 | 130 | 64 |
| Binary | 11110000 | 11000 | 10010111 | 0 | 1011010 | 100101 | 110 | 101000101 | 1011000 | 110100 |
Color Harmonies of #F01897
Complementary color
Monochromatic Colors of #F01897
Black with #F01897
Text Example
Text Example
White with #F01897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01897; }
p { color: rgb(240,24,151); }
H1.HeaderClassName
{
color: #F01897;
}
.AnyTagClassName
{
color: #F01897;
}
</style>
background-color css
<style>
a { background-color: #F01897; }
a { background-color: rgb(240,24,151); }
div.DivClassName
{
background-color: #F01897;
}
.BgClassName
{
background-color: #F01897;
}
</style>
border-color css
<style>
span { border-color: #F01897; }
span { border-color: rgb(240,24,151); }
td.TdClassName
{
border-color: #F01897;
}
.TagClassName
{
border-color: #F01897;
}
</style>