Shades of Deep Pink #FD0577
Tints of Deep Pink #FD0577
RGB
CMYK
RGB Variations
Color information
#FD0577 (or 0xFD0577) is known color: Deep Pink. HEX triplet: FD, 05 and 77. RGB value is (253,5,119). Sum of RGB (Red+Green+Blue) = 253+5+119=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0577 is #02FA88. Grayscale: #5B5B5B. Windows color (decimal): -195209 or 7800317. OLE color: 7800317.
HSL color Cylindrical-coordinate representation of color #FD0577: hue angle of 332.42º 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 #FD0577 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.01 |
| HSL | 332.42º | 0.98% | 0.51% | - |
| HSV(B) | 332.42º | 0.98% | 0.99% | - |
| XYZ | 43.89 | 22.32 | 19.45 | - |
| YUV | 92.15 | 143.16 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 119 | 0 | 0.98 | 0.53 | 0.01 | 332.42 | 0.98 | 0.51 |
| Hex | FD | 5 | 77 | 0 | 62 | 35 | 1 | 14C | 62 | 33 |
| Octal | 375 | 5 | 167 | 0 | 142 | 65 | 1 | 514 | 142 | 63 |
| Binary | 11111101 | 101 | 1110111 | 0 | 1100010 | 110101 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FD0577
Complementary color
Monochromatic Colors of #FD0577
Black with #FD0577
Text Example
Text Example
White with #FD0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0577; }
p { color: rgb(253,5,119); }
H1.HeaderClassName
{
color: #FD0577;
}
.AnyTagClassName
{
color: #FD0577;
}
</style>
background-color css
<style>
a { background-color: #FD0577; }
a { background-color: rgb(253,5,119); }
div.DivClassName
{
background-color: #FD0577;
}
.BgClassName
{
background-color: #FD0577;
}
</style>
border-color css
<style>
span { border-color: #FD0577; }
span { border-color: rgb(253,5,119); }
td.TdClassName
{
border-color: #FD0577;
}
.TagClassName
{
border-color: #FD0577;
}
</style>