Shades of Deep Pink #F01D81
Tints of Deep Pink #F01D81
RGB
CMYK
RGB Variations
Color information
#F01D81 (or 0xF01D81) is known color: Deep Pink. HEX triplet: F0, 1D and 81. RGB value is (240,29,129). Sum of RGB (Red+Green+Blue) = 240+29+129=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01D81 is #0FE27E. Grayscale: #676767. Windows color (decimal): -1041023 or 8461808. OLE color: 8461808.
HSL color Cylindrical-coordinate representation of color #F01D81: hue angle of 331.56º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01D81 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 129 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.06 |
| HSL | 331.56º | 0.88% | 0.53% | - |
| HSV(B) | 331.56º | 0.88% | 0.94% | - |
| XYZ | 40.34 | 20.99 | 22.69 | - |
| YUV | 103.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 129 | 0 | 0.88 | 0.46 | 0.06 | 331.56 | 0.88 | 0.53 |
| Hex | F0 | 1D | 81 | 0 | 58 | 2E | 6 | 14C | 58 | 35 |
| Octal | 360 | 35 | 201 | 0 | 130 | 56 | 6 | 514 | 130 | 65 |
| Binary | 11110000 | 11101 | 10000001 | 0 | 1011000 | 101110 | 110 | 101001100 | 1011000 | 110101 |
Color Harmonies of #F01D81
Complementary color
Monochromatic Colors of #F01D81
Black with #F01D81
Text Example
Text Example
White with #F01D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D81; }
p { color: rgb(240,29,129); }
H1.HeaderClassName
{
color: #F01D81;
}
.AnyTagClassName
{
color: #F01D81;
}
</style>
background-color css
<style>
a { background-color: #F01D81; }
a { background-color: rgb(240,29,129); }
div.DivClassName
{
background-color: #F01D81;
}
.BgClassName
{
background-color: #F01D81;
}
</style>
border-color css
<style>
span { border-color: #F01D81; }
span { border-color: rgb(240,29,129); }
td.TdClassName
{
border-color: #F01D81;
}
.TagClassName
{
border-color: #F01D81;
}
</style>