Shades of Deep Pink #FF0589
Tints of Deep Pink #FF0589
RGB
CMYK
RGB Variations
Color information
#FF0589 (or 0xFF0589) is known color: Deep Pink. HEX triplet: FF, 05 and 89. RGB value is (255,5,137). Sum of RGB (Red+Green+Blue) = 255+5+137=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0589 is #00FA76. Grayscale: #5E5E5E. Windows color (decimal): -64119 or 8979967. OLE color: 8979967.
HSL color Cylindrical-coordinate representation of color #FF0589: hue angle of 328.32º 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 #FF0589 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.46 | 0 |
| HSL | 328.32º | 1% | 0.51% | - |
| HSV(B) | 328.32º | 0.98% | 1% | - |
| XYZ | 45.81 | 23.17 | 25.73 | - |
| YUV | 94.8 | 151.83 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 137 | 0 | 0.98 | 0.46 | 0 | 328.32 | 1 | 0.51 |
| Hex | FF | 5 | 89 | 0 | 62 | 2E | 0 | 148 | 64 | 33 |
| Octal | 377 | 5 | 211 | 0 | 142 | 56 | 0 | 510 | 144 | 63 |
| Binary | 11111111 | 101 | 10001001 | 0 | 1100010 | 101110 | 0 | 101001000 | 1100100 | 110011 |
Color Harmonies of #FF0589
Complementary color
Monochromatic Colors of #FF0589
Black with #FF0589
Text Example
Text Example
White with #FF0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0589; }
p { color: rgb(255,5,137); }
H1.HeaderClassName
{
color: #FF0589;
}
.AnyTagClassName
{
color: #FF0589;
}
</style>
background-color css
<style>
a { background-color: #FF0589; }
a { background-color: rgb(255,5,137); }
div.DivClassName
{
background-color: #FF0589;
}
.BgClassName
{
background-color: #FF0589;
}
</style>
border-color css
<style>
span { border-color: #FF0589; }
span { border-color: rgb(255,5,137); }
td.TdClassName
{
border-color: #FF0589;
}
.TagClassName
{
border-color: #FF0589;
}
</style>