Shades of Deep Pink #F02390
Tints of Deep Pink #F02390
RGB
CMYK
RGB Variations
Color information
#F02390 (or 0xF02390) is known color: Deep Pink. HEX triplet: F0, 23 and 90. RGB value is (240,35,144). Sum of RGB (Red+Green+Blue) = 240+35+144=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F02390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02390 is #0FDC6F. Grayscale: #6C6C6C. Windows color (decimal): -1039472 or 9446384. OLE color: 9446384.
HSL color Cylindrical-coordinate representation of color #F02390: hue angle of 328.1º 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 #F02390 is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 144 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.06 |
| HSL | 328.1º | 0.87% | 0.54% | - |
| HSV(B) | 328.1º | 0.85% | 0.94% | - |
| XYZ | 41.57 | 21.74 | 28.39 | - |
| YUV | 108.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 144 | 0 | 0.85 | 0.4 | 0.06 | 328.1 | 0.87 | 0.54 |
| Hex | F0 | 23 | 90 | 0 | 55 | 28 | 6 | 148 | 57 | 36 |
| Octal | 360 | 43 | 220 | 0 | 125 | 50 | 6 | 510 | 127 | 66 |
| Binary | 11110000 | 100011 | 10010000 | 0 | 1010101 | 101000 | 110 | 101001000 | 1010111 | 110110 |
Color Harmonies of #F02390
Complementary color
Monochromatic Colors of #F02390
Black with #F02390
Text Example
Text Example
White with #F02390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02390; }
p { color: rgb(240,35,144); }
H1.HeaderClassName
{
color: #F02390;
}
.AnyTagClassName
{
color: #F02390;
}
</style>
background-color css
<style>
a { background-color: #F02390; }
a { background-color: rgb(240,35,144); }
div.DivClassName
{
background-color: #F02390;
}
.BgClassName
{
background-color: #F02390;
}
</style>
border-color css
<style>
span { border-color: #F02390; }
span { border-color: rgb(240,35,144); }
td.TdClassName
{
border-color: #F02390;
}
.TagClassName
{
border-color: #F02390;
}
</style>