Shades of Deep Pink #FD0575
Tints of Deep Pink #FD0575
RGB
CMYK
RGB Variations
Color information
#FD0575 (or 0xFD0575) is known color: Deep Pink. HEX triplet: FD, 05 and 75. RGB value is (253,5,117). Sum of RGB (Red+Green+Blue) = 253+5+117=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0575 is #02FA8A. Grayscale: #5B5B5B. Windows color (decimal): -195211 or 7669245. OLE color: 7669245.
HSL color Cylindrical-coordinate representation of color #FD0575: hue angle of 332.9º 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 #FD0575 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.01 |
| HSL | 332.9º | 0.98% | 0.51% | - |
| HSV(B) | 332.9º | 0.98% | 0.99% | - |
| XYZ | 43.77 | 22.28 | 18.82 | - |
| YUV | 91.92 | 142.16 | 242.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 117 | 0 | 0.98 | 0.54 | 0.01 | 332.9 | 0.98 | 0.51 |
| Hex | FD | 5 | 75 | 0 | 62 | 36 | 1 | 14D | 62 | 33 |
| Octal | 375 | 5 | 165 | 0 | 142 | 66 | 1 | 515 | 142 | 63 |
| Binary | 11111101 | 101 | 1110101 | 0 | 1100010 | 110110 | 1 | 101001101 | 1100010 | 110011 |
Color Harmonies of #FD0575
Complementary color
Monochromatic Colors of #FD0575
Black with #FD0575
Text Example
Text Example
White with #FD0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0575; }
p { color: rgb(253,5,117); }
H1.HeaderClassName
{
color: #FD0575;
}
.AnyTagClassName
{
color: #FD0575;
}
</style>
background-color css
<style>
a { background-color: #FD0575; }
a { background-color: rgb(253,5,117); }
div.DivClassName
{
background-color: #FD0575;
}
.BgClassName
{
background-color: #FD0575;
}
</style>
border-color css
<style>
span { border-color: #FD0575; }
span { border-color: rgb(253,5,117); }
td.TdClassName
{
border-color: #FD0575;
}
.TagClassName
{
border-color: #FD0575;
}
</style>