Shades of Deep Pink #FF0586
Tints of Deep Pink #FF0586
RGB
CMYK
RGB Variations
Color information
#FF0586 (or 0xFF0586) is known color: Deep Pink. HEX triplet: FF, 05 and 86. RGB value is (255,5,134). Sum of RGB (Red+Green+Blue) = 255+5+134=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0586 is #00FA79. Grayscale: #5E5E5E. Windows color (decimal): -64122 or 8783359. OLE color: 8783359.
HSL color Cylindrical-coordinate representation of color #FF0586: hue angle of 329.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0586 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.47 | 0 |
| HSL | 329.04º | 1% | 0.51% | - |
| HSV(B) | 329.04º | 0.98% | 1% | - |
| XYZ | 45.6 | 23.09 | 24.61 | - |
| YUV | 94.46 | 150.33 | 242.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 134 | 0 | 0.98 | 0.47 | 0 | 329.04 | 1 | 0.51 |
| Hex | FF | 5 | 86 | 0 | 62 | 2F | 0 | 149 | 64 | 33 |
| Octal | 377 | 5 | 206 | 0 | 142 | 57 | 0 | 511 | 144 | 63 |
| Binary | 11111111 | 101 | 10000110 | 0 | 1100010 | 101111 | 0 | 101001001 | 1100100 | 110011 |
Color Harmonies of #FF0586
Complementary color
Monochromatic Colors of #FF0586
Black with #FF0586
Text Example
Text Example
White with #FF0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0586; }
p { color: rgb(255,5,134); }
H1.HeaderClassName
{
color: #FF0586;
}
.AnyTagClassName
{
color: #FF0586;
}
</style>
background-color css
<style>
a { background-color: #FF0586; }
a { background-color: rgb(255,5,134); }
div.DivClassName
{
background-color: #FF0586;
}
.BgClassName
{
background-color: #FF0586;
}
</style>
border-color css
<style>
span { border-color: #FF0586; }
span { border-color: rgb(255,5,134); }
td.TdClassName
{
border-color: #FF0586;
}
.TagClassName
{
border-color: #FF0586;
}
</style>