Shades of Deep Pink #FF0582
Tints of Deep Pink #FF0582
RGB
CMYK
RGB Variations
Color information
#FF0582 (or 0xFF0582) is known color: Deep Pink. HEX triplet: FF, 05 and 82. RGB value is (255,5,130). Sum of RGB (Red+Green+Blue) = 255+5+130=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0582 is #00FA7D. Grayscale: #5D5D5D. Windows color (decimal): -64126 or 8521215. OLE color: 8521215.
HSL color Cylindrical-coordinate representation of color #FF0582: hue angle of 330º 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 #FF0582 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.49 | 0 |
| HSL | 330º | 1% | 0.51% | - |
| HSV(B) | 330º | 0.98% | 1% | - |
| XYZ | 45.32 | 22.98 | 23.17 | - |
| YUV | 94 | 148.33 | 242.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 130 | 0 | 0.98 | 0.49 | 0 | 330 | 1 | 0.51 |
| Hex | FF | 5 | 82 | 0 | 62 | 31 | 0 | 14A | 64 | 33 |
| Octal | 377 | 5 | 202 | 0 | 142 | 61 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 101 | 10000010 | 0 | 1100010 | 110001 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0582
Complementary color
Monochromatic Colors of #FF0582
Black with #FF0582
Text Example
Text Example
White with #FF0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0582; }
p { color: rgb(255,5,130); }
H1.HeaderClassName
{
color: #FF0582;
}
.AnyTagClassName
{
color: #FF0582;
}
</style>
background-color css
<style>
a { background-color: #FF0582; }
a { background-color: rgb(255,5,130); }
div.DivClassName
{
background-color: #FF0582;
}
.BgClassName
{
background-color: #FF0582;
}
</style>
border-color css
<style>
span { border-color: #FF0582; }
span { border-color: rgb(255,5,130); }
td.TdClassName
{
border-color: #FF0582;
}
.TagClassName
{
border-color: #FF0582;
}
</style>