Shades of Deep Pink #F02290
Tints of Deep Pink #F02290
RGB
CMYK
RGB Variations
Color information
#F02290 (or 0xF02290) is known color: Deep Pink. HEX triplet: F0, 22 and 90. RGB value is (240,34,144). Sum of RGB (Red+Green+Blue) = 240+34+144=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F02290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02290 is #0FDD6F. Grayscale: #6B6B6B. Windows color (decimal): -1039728 or 9446128. OLE color: 9446128.
HSL color Cylindrical-coordinate representation of color #F02290: hue angle of 327.96º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02290 is Cyan = 0, Magento = 0.86, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 144 | - |
| CMYK | 0 | 0.86 | 0.4 | 0.06 |
| HSL | 327.96º | 0.87% | 0.54% | - |
| HSV(B) | 327.96º | 0.86% | 0.94% | - |
| XYZ | 41.54 | 21.68 | 28.38 | - |
| YUV | 108.13 | 148.25 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 144 | 0 | 0.86 | 0.4 | 0.06 | 327.96 | 0.87 | 0.54 |
| Hex | F0 | 22 | 90 | 0 | 56 | 28 | 6 | 148 | 57 | 36 |
| Octal | 360 | 42 | 220 | 0 | 126 | 50 | 6 | 510 | 127 | 66 |
| Binary | 11110000 | 100010 | 10010000 | 0 | 1010110 | 101000 | 110 | 101001000 | 1010111 | 110110 |
Color Harmonies of #F02290
Complementary color
Monochromatic Colors of #F02290
Black with #F02290
Text Example
Text Example
White with #F02290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02290; }
p { color: rgb(240,34,144); }
H1.HeaderClassName
{
color: #F02290;
}
.AnyTagClassName
{
color: #F02290;
}
</style>
background-color css
<style>
a { background-color: #F02290; }
a { background-color: rgb(240,34,144); }
div.DivClassName
{
background-color: #F02290;
}
.BgClassName
{
background-color: #F02290;
}
</style>
border-color css
<style>
span { border-color: #F02290; }
span { border-color: rgb(240,34,144); }
td.TdClassName
{
border-color: #F02290;
}
.TagClassName
{
border-color: #F02290;
}
</style>