Shades of Deep Pink #FD0583
Tints of Deep Pink #FD0583
RGB
CMYK
RGB Variations
Color information
#FD0583 (or 0xFD0583) is known color: Deep Pink. HEX triplet: FD, 05 and 83. RGB value is (253,5,131). Sum of RGB (Red+Green+Blue) = 253+5+131=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0583 is #02FA7C. Grayscale: #5D5D5D. Windows color (decimal): -195197 or 8586749. OLE color: 8586749.
HSL color Cylindrical-coordinate representation of color #FD0583: hue angle of 329.52º 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 #FD0583 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.01 |
| HSL | 329.52º | 0.98% | 0.51% | - |
| HSV(B) | 329.52º | 0.98% | 0.99% | - |
| XYZ | 44.66 | 22.63 | 23.49 | - |
| YUV | 93.52 | 149.16 | 241.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 131 | 0 | 0.98 | 0.48 | 0.01 | 329.52 | 0.98 | 0.51 |
| Hex | FD | 5 | 83 | 0 | 62 | 30 | 1 | 14A | 62 | 33 |
| Octal | 375 | 5 | 203 | 0 | 142 | 60 | 1 | 512 | 142 | 63 |
| Binary | 11111101 | 101 | 10000011 | 0 | 1100010 | 110000 | 1 | 101001010 | 1100010 | 110011 |
Color Harmonies of #FD0583
Complementary color
Monochromatic Colors of #FD0583
Black with #FD0583
Text Example
Text Example
White with #FD0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0583; }
p { color: rgb(253,5,131); }
H1.HeaderClassName
{
color: #FD0583;
}
.AnyTagClassName
{
color: #FD0583;
}
</style>
background-color css
<style>
a { background-color: #FD0583; }
a { background-color: rgb(253,5,131); }
div.DivClassName
{
background-color: #FD0583;
}
.BgClassName
{
background-color: #FD0583;
}
</style>
border-color css
<style>
span { border-color: #FD0583; }
span { border-color: rgb(253,5,131); }
td.TdClassName
{
border-color: #FD0583;
}
.TagClassName
{
border-color: #FD0583;
}
</style>