Shades of Deep Pink #F02192
Tints of Deep Pink #F02192
RGB
CMYK
RGB Variations
Color information
#F02192 (or 0xF02192) is known color: Deep Pink. HEX triplet: F0, 21 and 92. RGB value is (240,33,146). Sum of RGB (Red+Green+Blue) = 240+33+146=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F02192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02192 is #0FDE6D. Grayscale: #6B6B6B. Windows color (decimal): -1039982 or 9576944. OLE color: 9576944.
HSL color Cylindrical-coordinate representation of color #F02192: hue angle of 327.25º 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 #F02192 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 146 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.06 |
| HSL | 327.25º | 0.87% | 0.54% | - |
| HSV(B) | 327.25º | 0.86% | 0.94% | - |
| XYZ | 41.67 | 21.69 | 29.18 | - |
| YUV | 107.78 | 149.58 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 146 | 0 | 0.86 | 0.39 | 0.06 | 327.25 | 0.87 | 0.54 |
| Hex | F0 | 21 | 92 | 0 | 56 | 27 | 6 | 147 | 57 | 36 |
| Octal | 360 | 41 | 222 | 0 | 126 | 47 | 6 | 507 | 127 | 66 |
| Binary | 11110000 | 100001 | 10010010 | 0 | 1010110 | 100111 | 110 | 101000111 | 1010111 | 110110 |
Color Harmonies of #F02192
Complementary color
Monochromatic Colors of #F02192
Black with #F02192
Text Example
Text Example
White with #F02192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02192; }
p { color: rgb(240,33,146); }
H1.HeaderClassName
{
color: #F02192;
}
.AnyTagClassName
{
color: #F02192;
}
</style>
background-color css
<style>
a { background-color: #F02192; }
a { background-color: rgb(240,33,146); }
div.DivClassName
{
background-color: #F02192;
}
.BgClassName
{
background-color: #F02192;
}
</style>
border-color css
<style>
span { border-color: #F02192; }
span { border-color: rgb(240,33,146); }
td.TdClassName
{
border-color: #F02192;
}
.TagClassName
{
border-color: #F02192;
}
</style>