Shades of Deep Pink #F01981
Tints of Deep Pink #F01981
RGB
CMYK
RGB Variations
Color information
#F01981 (or 0xF01981) is known color: Deep Pink. HEX triplet: F0, 19 and 81. RGB value is (240,25,129). Sum of RGB (Red+Green+Blue) = 240+25+129=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F01981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01981 is #0FE67E. Grayscale: #646464. Windows color (decimal): -1042047 or 8460784. OLE color: 8460784.
HSL color Cylindrical-coordinate representation of color #F01981: hue angle of 330.98º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01981 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 129 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.06 |
| HSL | 330.98º | 0.88% | 0.52% | - |
| HSV(B) | 330.98º | 0.9% | 0.94% | - |
| XYZ | 40.25 | 20.81 | 22.66 | - |
| YUV | 101.14 | 143.73 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 129 | 0 | 0.90 | 0.46 | 0.06 | 330.98 | 0.88 | 0.52 |
| Hex | F0 | 19 | 81 | 0 | 5A | 2E | 6 | 14B | 58 | 34 |
| Octal | 360 | 31 | 201 | 0 | 132 | 56 | 6 | 513 | 130 | 64 |
| Binary | 11110000 | 11001 | 10000001 | 0 | 1011010 | 101110 | 110 | 101001011 | 1011000 | 110100 |
Color Harmonies of #F01981
Complementary color
Monochromatic Colors of #F01981
Black with #F01981
Text Example
Text Example
White with #F01981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01981; }
p { color: rgb(240,25,129); }
H1.HeaderClassName
{
color: #F01981;
}
.AnyTagClassName
{
color: #F01981;
}
</style>
background-color css
<style>
a { background-color: #F01981; }
a { background-color: rgb(240,25,129); }
div.DivClassName
{
background-color: #F01981;
}
.BgClassName
{
background-color: #F01981;
}
</style>
border-color css
<style>
span { border-color: #F01981; }
span { border-color: rgb(240,25,129); }
td.TdClassName
{
border-color: #F01981;
}
.TagClassName
{
border-color: #F01981;
}
</style>