Shades of Deep Pink #FD0584
Tints of Deep Pink #FD0584
RGB
CMYK
RGB Variations
Color information
#FD0584 (or 0xFD0584) is known color: Deep Pink. HEX triplet: FD, 05 and 84. RGB value is (253,5,132). Sum of RGB (Red+Green+Blue) = 253+5+132=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0584 is #02FA7B. Grayscale: #5D5D5D. Windows color (decimal): -195196 or 8652285. OLE color: 8652285.
HSL color Cylindrical-coordinate representation of color #FD0584: hue angle of 329.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0584 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.01 |
| HSL | 329.27º | 0.98% | 0.51% | - |
| HSV(B) | 329.27º | 0.98% | 0.99% | - |
| XYZ | 44.73 | 22.66 | 23.85 | - |
| YUV | 93.63 | 149.66 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 132 | 0 | 0.98 | 0.48 | 0.01 | 329.27 | 0.98 | 0.51 |
| Hex | FD | 5 | 84 | 0 | 62 | 30 | 1 | 149 | 62 | 33 |
| Octal | 375 | 5 | 204 | 0 | 142 | 60 | 1 | 511 | 142 | 63 |
| Binary | 11111101 | 101 | 10000100 | 0 | 1100010 | 110000 | 1 | 101001001 | 1100010 | 110011 |
Color Harmonies of #FD0584
Complementary color
Monochromatic Colors of #FD0584
Black with #FD0584
Text Example
Text Example
White with #FD0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0584; }
p { color: rgb(253,5,132); }
H1.HeaderClassName
{
color: #FD0584;
}
.AnyTagClassName
{
color: #FD0584;
}
</style>
background-color css
<style>
a { background-color: #FD0584; }
a { background-color: rgb(253,5,132); }
div.DivClassName
{
background-color: #FD0584;
}
.BgClassName
{
background-color: #FD0584;
}
</style>
border-color css
<style>
span { border-color: #FD0584; }
span { border-color: rgb(253,5,132); }
td.TdClassName
{
border-color: #FD0584;
}
.TagClassName
{
border-color: #FD0584;
}
</style>