Shades of Deep Pink #FF0580
Tints of Deep Pink #FF0580
RGB
CMYK
RGB Variations
Color information
#FF0580 (or 0xFF0580) is known color: Deep Pink. HEX triplet: FF, 05 and 80. RGB value is (255,5,128). Sum of RGB (Red+Green+Blue) = 255+5+128=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0580 is #00FA7F. Grayscale: #5D5D5D. Windows color (decimal): -64128 or 8390143. OLE color: 8390143.
HSL color Cylindrical-coordinate representation of color #FF0580: hue angle of 330.48º 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 #FF0580 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.50 | 0 |
| HSL | 330.48º | 1% | 0.51% | - |
| HSV(B) | 330.48º | 0.98% | 1% | - |
| XYZ | 45.19 | 22.93 | 22.47 | - |
| YUV | 93.77 | 147.33 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 128 | 0 | 0.98 | 0.50 | 0 | 330.48 | 1 | 0.51 |
| Hex | FF | 5 | 80 | 0 | 62 | 32 | 0 | 14A | 64 | 33 |
| Octal | 377 | 5 | 200 | 0 | 142 | 62 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 101 | 10000000 | 0 | 1100010 | 110010 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0580
Complementary color
Monochromatic Colors of #FF0580
Black with #FF0580
Text Example
Text Example
White with #FF0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0580; }
p { color: rgb(255,5,128); }
H1.HeaderClassName
{
color: #FF0580;
}
.AnyTagClassName
{
color: #FF0580;
}
</style>
background-color css
<style>
a { background-color: #FF0580; }
a { background-color: rgb(255,5,128); }
div.DivClassName
{
background-color: #FF0580;
}
.BgClassName
{
background-color: #FF0580;
}
</style>
border-color css
<style>
span { border-color: #FF0580; }
span { border-color: rgb(255,5,128); }
td.TdClassName
{
border-color: #FF0580;
}
.TagClassName
{
border-color: #FF0580;
}
</style>