Shades of Deep Pink #FD0593
Tints of Deep Pink #FD0593
RGB
CMYK
RGB Variations
Color information
#FD0593 (or 0xFD0593) is known color: Deep Pink. HEX triplet: FD, 05 and 93. RGB value is (253,5,147). Sum of RGB (Red+Green+Blue) = 253+5+147=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0593 is #02FA6C. Grayscale: #5F5F5F. Windows color (decimal): -195181 or 9635325. OLE color: 9635325.
HSL color Cylindrical-coordinate representation of color #FD0593: hue angle of 325.65º 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 #FD0593 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 147 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.01 |
| HSL | 325.65º | 0.98% | 0.51% | - |
| HSV(B) | 325.65º | 0.98% | 0.99% | - |
| XYZ | 45.83 | 23.1 | 29.65 | - |
| YUV | 95.34 | 157.16 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 147 | 0 | 0.98 | 0.42 | 0.01 | 325.65 | 0.98 | 0.51 |
| Hex | FD | 5 | 93 | 0 | 62 | 2A | 1 | 146 | 62 | 33 |
| Octal | 375 | 5 | 223 | 0 | 142 | 52 | 1 | 506 | 142 | 63 |
| Binary | 11111101 | 101 | 10010011 | 0 | 1100010 | 101010 | 1 | 101000110 | 1100010 | 110011 |
Color Harmonies of #FD0593
Complementary color
Monochromatic Colors of #FD0593
Black with #FD0593
Text Example
Text Example
White with #FD0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0593; }
p { color: rgb(253,5,147); }
H1.HeaderClassName
{
color: #FD0593;
}
.AnyTagClassName
{
color: #FD0593;
}
</style>
background-color css
<style>
a { background-color: #FD0593; }
a { background-color: rgb(253,5,147); }
div.DivClassName
{
background-color: #FD0593;
}
.BgClassName
{
background-color: #FD0593;
}
</style>
border-color css
<style>
span { border-color: #FD0593; }
span { border-color: rgb(253,5,147); }
td.TdClassName
{
border-color: #FD0593;
}
.TagClassName
{
border-color: #FD0593;
}
</style>