Shades of Deep Pink #FD0594
Tints of Deep Pink #FD0594
RGB
CMYK
RGB Variations
Color information
#FD0594 (or 0xFD0594) is known color: Deep Pink. HEX triplet: FD, 05 and 94. RGB value is (253,5,148). Sum of RGB (Red+Green+Blue) = 253+5+148=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0594 is #02FA6B. Grayscale: #5F5F5F. Windows color (decimal): -195180 or 9700861. OLE color: 9700861.
HSL color Cylindrical-coordinate representation of color #FD0594: hue angle of 325.4º 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 #FD0594 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.01 |
| HSL | 325.4º | 0.98% | 0.51% | - |
| HSV(B) | 325.4º | 0.98% | 0.99% | - |
| XYZ | 45.91 | 23.13 | 30.06 | - |
| YUV | 95.45 | 157.66 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 148 | 0 | 0.98 | 0.42 | 0.01 | 325.4 | 0.98 | 0.51 |
| Hex | FD | 5 | 94 | 0 | 62 | 2A | 1 | 145 | 62 | 33 |
| Octal | 375 | 5 | 224 | 0 | 142 | 52 | 1 | 505 | 142 | 63 |
| Binary | 11111101 | 101 | 10010100 | 0 | 1100010 | 101010 | 1 | 101000101 | 1100010 | 110011 |
Color Harmonies of #FD0594
Complementary color
Monochromatic Colors of #FD0594
Black with #FD0594
Text Example
Text Example
White with #FD0594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0594; }
p { color: rgb(253,5,148); }
H1.HeaderClassName
{
color: #FD0594;
}
.AnyTagClassName
{
color: #FD0594;
}
</style>
background-color css
<style>
a { background-color: #FD0594; }
a { background-color: rgb(253,5,148); }
div.DivClassName
{
background-color: #FD0594;
}
.BgClassName
{
background-color: #FD0594;
}
</style>
border-color css
<style>
span { border-color: #FD0594; }
span { border-color: rgb(253,5,148); }
td.TdClassName
{
border-color: #FD0594;
}
.TagClassName
{
border-color: #FD0594;
}
</style>