Shades of Deep Pink #F01984
Tints of Deep Pink #F01984
RGB
CMYK
RGB Variations
Color information
#F01984 (or 0xF01984) is known color: Deep Pink. HEX triplet: F0, 19 and 84. RGB value is (240,25,132). Sum of RGB (Red+Green+Blue) = 240+25+132=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F01984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01984 is #0FE67B. Grayscale: #656565. Windows color (decimal): -1042044 or 8657392. OLE color: 8657392.
HSL color Cylindrical-coordinate representation of color #F01984: hue angle of 330.14º 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 #F01984 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 132 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.06 |
| HSL | 330.14º | 0.88% | 0.52% | - |
| HSV(B) | 330.14º | 0.9% | 0.94% | - |
| XYZ | 40.45 | 20.89 | 23.73 | - |
| YUV | 101.48 | 145.23 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 132 | 0 | 0.90 | 0.45 | 0.06 | 330.14 | 0.88 | 0.52 |
| Hex | F0 | 19 | 84 | 0 | 5A | 2D | 6 | 14A | 58 | 34 |
| Octal | 360 | 31 | 204 | 0 | 132 | 55 | 6 | 512 | 130 | 64 |
| Binary | 11110000 | 11001 | 10000100 | 0 | 1011010 | 101101 | 110 | 101001010 | 1011000 | 110100 |
Color Harmonies of #F01984
Complementary color
Monochromatic Colors of #F01984
Black with #F01984
Text Example
Text Example
White with #F01984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01984; }
p { color: rgb(240,25,132); }
H1.HeaderClassName
{
color: #F01984;
}
.AnyTagClassName
{
color: #F01984;
}
</style>
background-color css
<style>
a { background-color: #F01984; }
a { background-color: rgb(240,25,132); }
div.DivClassName
{
background-color: #F01984;
}
.BgClassName
{
background-color: #F01984;
}
</style>
border-color css
<style>
span { border-color: #F01984; }
span { border-color: rgb(240,25,132); }
td.TdClassName
{
border-color: #F01984;
}
.TagClassName
{
border-color: #F01984;
}
</style>