Shades of Deep Pink #F01884
Tints of Deep Pink #F01884
RGB
CMYK
RGB Variations
Color information
#F01884 (or 0xF01884) is known color: Deep Pink. HEX triplet: F0, 18 and 84. RGB value is (240,24,132). Sum of RGB (Red+Green+Blue) = 240+24+132=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F01884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01884 is #0FE77B. Grayscale: #646464. Windows color (decimal): -1042300 or 8657136. OLE color: 8657136.
HSL color Cylindrical-coordinate representation of color #F01884: hue angle of 330º 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 #F01884 is Cyan = 0, Magento = 0.9, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 132 | - |
| CMYK | 0 | 0.9 | 0.45 | 0.06 |
| HSL | 330º | 0.88% | 0.52% | - |
| HSV(B) | 330º | 0.9% | 0.94% | - |
| XYZ | 40.43 | 20.84 | 23.72 | - |
| YUV | 100.9 | 145.56 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 132 | 0 | 0.9 | 0.45 | 0.06 | 330 | 0.88 | 0.52 |
| Hex | F0 | 18 | 84 | 0 | 5A | 2D | 6 | 14A | 58 | 34 |
| Octal | 360 | 30 | 204 | 0 | 132 | 55 | 6 | 512 | 130 | 64 |
| Binary | 11110000 | 11000 | 10000100 | 0 | 1011010 | 101101 | 110 | 101001010 | 1011000 | 110100 |
Color Harmonies of #F01884
Complementary color
Monochromatic Colors of #F01884
Black with #F01884
Text Example
Text Example
White with #F01884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01884; }
p { color: rgb(240,24,132); }
H1.HeaderClassName
{
color: #F01884;
}
.AnyTagClassName
{
color: #F01884;
}
</style>
background-color css
<style>
a { background-color: #F01884; }
a { background-color: rgb(240,24,132); }
div.DivClassName
{
background-color: #F01884;
}
.BgClassName
{
background-color: #F01884;
}
</style>
border-color css
<style>
span { border-color: #F01884; }
span { border-color: rgb(240,24,132); }
td.TdClassName
{
border-color: #F01884;
}
.TagClassName
{
border-color: #F01884;
}
</style>