Shades of Deep Pink #F02081
Tints of Deep Pink #F02081
RGB
CMYK
RGB Variations
Color information
#F02081 (or 0xF02081) is known color: Deep Pink. HEX triplet: F0, 20 and 81. RGB value is (240,32,129). Sum of RGB (Red+Green+Blue) = 240+32+129=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F02081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02081 is #0FDF7E. Grayscale: #696969. Windows color (decimal): -1040255 or 8462576. OLE color: 8462576.
HSL color Cylindrical-coordinate representation of color #F02081: hue angle of 332.02º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02081 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 129 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.06 |
| HSL | 332.02º | 0.87% | 0.53% | - |
| HSV(B) | 332.02º | 0.87% | 0.94% | - |
| XYZ | 40.41 | 21.14 | 22.72 | - |
| YUV | 105.25 | 141.41 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 129 | 0 | 0.87 | 0.46 | 0.06 | 332.02 | 0.87 | 0.53 |
| Hex | F0 | 20 | 81 | 0 | 57 | 2E | 6 | 14C | 57 | 35 |
| Octal | 360 | 40 | 201 | 0 | 127 | 56 | 6 | 514 | 127 | 65 |
| Binary | 11110000 | 100000 | 10000001 | 0 | 1010111 | 101110 | 110 | 101001100 | 1010111 | 110101 |
Color Harmonies of #F02081
Complementary color
Monochromatic Colors of #F02081
Black with #F02081
Text Example
Text Example
White with #F02081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02081; }
p { color: rgb(240,32,129); }
H1.HeaderClassName
{
color: #F02081;
}
.AnyTagClassName
{
color: #F02081;
}
</style>
background-color css
<style>
a { background-color: #F02081; }
a { background-color: rgb(240,32,129); }
div.DivClassName
{
background-color: #F02081;
}
.BgClassName
{
background-color: #F02081;
}
</style>
border-color css
<style>
span { border-color: #F02081; }
span { border-color: rgb(240,32,129); }
td.TdClassName
{
border-color: #F02081;
}
.TagClassName
{
border-color: #F02081;
}
</style>