Shades of Deep Pink #FF0584
Tints of Deep Pink #FF0584
RGB
CMYK
RGB Variations
Color information
#FF0584 (or 0xFF0584) is known color: Deep Pink. HEX triplet: FF, 05 and 84. RGB value is (255,5,132). Sum of RGB (Red+Green+Blue) = 255+5+132=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0584 is #00FA7B. Grayscale: #5D5D5D. Windows color (decimal): -64124 or 8652287. OLE color: 8652287.
HSL color Cylindrical-coordinate representation of color #FF0584: hue angle of 329.52º 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 #FF0584 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.48 | 0 |
| HSL | 329.52º | 1% | 0.51% | - |
| HSV(B) | 329.52º | 0.98% | 1% | - |
| XYZ | 45.46 | 23.03 | 23.88 | - |
| YUV | 94.23 | 149.33 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 132 | 0 | 0.98 | 0.48 | 0 | 329.52 | 1 | 0.51 |
| Hex | FF | 5 | 84 | 0 | 62 | 30 | 0 | 14A | 64 | 33 |
| Octal | 377 | 5 | 204 | 0 | 142 | 60 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 101 | 10000100 | 0 | 1100010 | 110000 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0584
Complementary color
Monochromatic Colors of #FF0584
Black with #FF0584
Text Example
Text Example
White with #FF0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0584; }
p { color: rgb(255,5,132); }
H1.HeaderClassName
{
color: #FF0584;
}
.AnyTagClassName
{
color: #FF0584;
}
</style>
background-color css
<style>
a { background-color: #FF0584; }
a { background-color: rgb(255,5,132); }
div.DivClassName
{
background-color: #FF0584;
}
.BgClassName
{
background-color: #FF0584;
}
</style>
border-color css
<style>
span { border-color: #FF0584; }
span { border-color: rgb(255,5,132); }
td.TdClassName
{
border-color: #FF0584;
}
.TagClassName
{
border-color: #FF0584;
}
</style>