Shades of Deep Pink #F02194
Tints of Deep Pink #F02194
RGB
CMYK
RGB Variations
Color information
#F02194 (or 0xF02194) is known color: Deep Pink. HEX triplet: F0, 21 and 94. RGB value is (240,33,148). Sum of RGB (Red+Green+Blue) = 240+33+148=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F02194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02194 is #0FDE6B. Grayscale: #6B6B6B. Windows color (decimal): -1039980 or 9708016. OLE color: 9708016.
HSL color Cylindrical-coordinate representation of color #F02194: hue angle of 326.67º 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 #F02194 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 148 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.06 |
| HSL | 326.67º | 0.87% | 0.54% | - |
| HSV(B) | 326.67º | 0.86% | 0.94% | - |
| XYZ | 41.82 | 21.75 | 30.01 | - |
| YUV | 108 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 148 | 0 | 0.86 | 0.38 | 0.06 | 326.67 | 0.87 | 0.54 |
| Hex | F0 | 21 | 94 | 0 | 56 | 26 | 6 | 147 | 57 | 36 |
| Octal | 360 | 41 | 224 | 0 | 126 | 46 | 6 | 507 | 127 | 66 |
| Binary | 11110000 | 100001 | 10010100 | 0 | 1010110 | 100110 | 110 | 101000111 | 1010111 | 110110 |
Color Harmonies of #F02194
Complementary color
Monochromatic Colors of #F02194
Black with #F02194
Text Example
Text Example
White with #F02194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02194; }
p { color: rgb(240,33,148); }
H1.HeaderClassName
{
color: #F02194;
}
.AnyTagClassName
{
color: #F02194;
}
</style>
background-color css
<style>
a { background-color: #F02194; }
a { background-color: rgb(240,33,148); }
div.DivClassName
{
background-color: #F02194;
}
.BgClassName
{
background-color: #F02194;
}
</style>
border-color css
<style>
span { border-color: #F02194; }
span { border-color: rgb(240,33,148); }
td.TdClassName
{
border-color: #F02194;
}
.TagClassName
{
border-color: #F02194;
}
</style>