Shades of Deep Pink #F02490
Tints of Deep Pink #F02490
RGB
CMYK
RGB Variations
Color information
#F02490 (or 0xF02490) is known color: Deep Pink. HEX triplet: F0, 24 and 90. RGB value is (240,36,144). Sum of RGB (Red+Green+Blue) = 240+36+144=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F02490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02490 is #0FDB6F. Grayscale: #6D6D6D. Windows color (decimal): -1039216 or 9446640. OLE color: 9446640.
HSL color Cylindrical-coordinate representation of color #F02490: hue angle of 328.24º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02490 is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 144 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.06 |
| HSL | 328.24º | 0.87% | 0.54% | - |
| HSV(B) | 328.24º | 0.85% | 0.94% | - |
| XYZ | 41.6 | 21.8 | 28.4 | - |
| YUV | 109.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 144 | 0 | 0.85 | 0.4 | 0.06 | 328.24 | 0.87 | 0.54 |
| Hex | F0 | 24 | 90 | 0 | 55 | 28 | 6 | 148 | 57 | 36 |
| Octal | 360 | 44 | 220 | 0 | 125 | 50 | 6 | 510 | 127 | 66 |
| Binary | 11110000 | 100100 | 10010000 | 0 | 1010101 | 101000 | 110 | 101001000 | 1010111 | 110110 |
Color Harmonies of #F02490
Complementary color
Monochromatic Colors of #F02490
Black with #F02490
Text Example
Text Example
White with #F02490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02490; }
p { color: rgb(240,36,144); }
H1.HeaderClassName
{
color: #F02490;
}
.AnyTagClassName
{
color: #F02490;
}
</style>
background-color css
<style>
a { background-color: #F02490; }
a { background-color: rgb(240,36,144); }
div.DivClassName
{
background-color: #F02490;
}
.BgClassName
{
background-color: #F02490;
}
</style>
border-color css
<style>
span { border-color: #F02490; }
span { border-color: rgb(240,36,144); }
td.TdClassName
{
border-color: #F02490;
}
.TagClassName
{
border-color: #F02490;
}
</style>