Shades of Deep Pink #F01584
Tints of Deep Pink #F01584
RGB
CMYK
RGB Variations
Color information
#F01584 (or 0xF01584) is known color: Deep Pink. HEX triplet: F0, 15 and 84. RGB value is (240,21,132). Sum of RGB (Red+Green+Blue) = 240+21+132=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F01584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01584 is #0FEA7B. Grayscale: #626262. Windows color (decimal): -1043068 or 8656368. OLE color: 8656368.
HSL color Cylindrical-coordinate representation of color #F01584: hue angle of 329.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01584 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 132 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.06 |
| HSL | 329.59º | 0.88% | 0.51% | - |
| HSV(B) | 329.59º | 0.91% | 0.94% | - |
| XYZ | 40.37 | 20.73 | 23.7 | - |
| YUV | 99.14 | 146.55 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 132 | 0 | 0.91 | 0.45 | 0.06 | 329.59 | 0.88 | 0.51 |
| Hex | F0 | 15 | 84 | 0 | 5B | 2D | 6 | 14A | 58 | 33 |
| Octal | 360 | 25 | 204 | 0 | 133 | 55 | 6 | 512 | 130 | 63 |
| Binary | 11110000 | 10101 | 10000100 | 0 | 1011011 | 101101 | 110 | 101001010 | 1011000 | 110011 |
Color Harmonies of #F01584
Complementary color
Monochromatic Colors of #F01584
Black with #F01584
Text Example
Text Example
White with #F01584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01584; }
p { color: rgb(240,21,132); }
H1.HeaderClassName
{
color: #F01584;
}
.AnyTagClassName
{
color: #F01584;
}
</style>
background-color css
<style>
a { background-color: #F01584; }
a { background-color: rgb(240,21,132); }
div.DivClassName
{
background-color: #F01584;
}
.BgClassName
{
background-color: #F01584;
}
</style>
border-color css
<style>
span { border-color: #F01584; }
span { border-color: rgb(240,21,132); }
td.TdClassName
{
border-color: #F01584;
}
.TagClassName
{
border-color: #F01584;
}
</style>