Shades of Deep Pink #F01881
Tints of Deep Pink #F01881
RGB
CMYK
RGB Variations
Color information
#F01881 (or 0xF01881) is known color: Deep Pink. HEX triplet: F0, 18 and 81. RGB value is (240,24,129). Sum of RGB (Red+Green+Blue) = 240+24+129=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F01881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01881 is #0FE77E. Grayscale: #646464. Windows color (decimal): -1042303 or 8460528. OLE color: 8460528.
HSL color Cylindrical-coordinate representation of color #F01881: hue angle of 330.83º 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 #F01881 is Cyan = 0, Magento = 0.9, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 129 | - |
| CMYK | 0 | 0.9 | 0.46 | 0.06 |
| HSL | 330.83º | 0.88% | 0.52% | - |
| HSV(B) | 330.83º | 0.9% | 0.94% | - |
| XYZ | 40.22 | 20.76 | 22.66 | - |
| YUV | 100.55 | 144.06 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 129 | 0 | 0.9 | 0.46 | 0.06 | 330.83 | 0.88 | 0.52 |
| Hex | F0 | 18 | 81 | 0 | 5A | 2E | 6 | 14B | 58 | 34 |
| Octal | 360 | 30 | 201 | 0 | 132 | 56 | 6 | 513 | 130 | 64 |
| Binary | 11110000 | 11000 | 10000001 | 0 | 1011010 | 101110 | 110 | 101001011 | 1011000 | 110100 |
Color Harmonies of #F01881
Complementary color
Monochromatic Colors of #F01881
Black with #F01881
Text Example
Text Example
White with #F01881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01881; }
p { color: rgb(240,24,129); }
H1.HeaderClassName
{
color: #F01881;
}
.AnyTagClassName
{
color: #F01881;
}
</style>
background-color css
<style>
a { background-color: #F01881; }
a { background-color: rgb(240,24,129); }
div.DivClassName
{
background-color: #F01881;
}
.BgClassName
{
background-color: #F01881;
}
</style>
border-color css
<style>
span { border-color: #F01881; }
span { border-color: rgb(240,24,129); }
td.TdClassName
{
border-color: #F01881;
}
.TagClassName
{
border-color: #F01881;
}
</style>