Shades of Hot Magenta #FD0ACD
Tints of Hot Magenta #FD0ACD
RGB
CMYK
RGB Variations
Color information
#FD0ACD (or 0xFD0ACD) is known color: Hot Magenta. HEX triplet: FD, 0A and CD. RGB value is (253,10,205). Sum of RGB (Red+Green+Blue) = 253+10+205=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ACD is #02F532. Grayscale: #686868. Windows color (decimal): -193843 or 13437693. OLE color: 13437693.
HSL color Cylindrical-coordinate representation of color #FD0ACD: hue angle of 311.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0ACD is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 205 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.01 |
| HSL | 311.85º | 0.98% | 0.52% | - |
| HSV(B) | 311.85º | 0.96% | 0.99% | - |
| XYZ | 51.64 | 25.51 | 59.96 | - |
| YUV | 104.89 | 184.51 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 205 | 0 | 0.96 | 0.19 | 0.01 | 311.85 | 0.98 | 0.52 |
| Hex | FD | A | CD | 0 | 60 | 13 | 1 | 138 | 62 | 34 |
| Octal | 375 | 12 | 315 | 0 | 140 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111101 | 1010 | 11001101 | 0 | 1100000 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FD0ACD
Complementary color
Monochromatic Colors of #FD0ACD
Black with #FD0ACD
Text Example
Text Example
White with #FD0ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0ACD; }
p { color: rgb(253,10,205); }
H1.HeaderClassName
{
color: #FD0ACD;
}
.AnyTagClassName
{
color: #FD0ACD;
}
</style>
background-color css
<style>
a { background-color: #FD0ACD; }
a { background-color: rgb(253,10,205); }
div.DivClassName
{
background-color: #FD0ACD;
}
.BgClassName
{
background-color: #FD0ACD;
}
</style>
border-color css
<style>
span { border-color: #FD0ACD; }
span { border-color: rgb(253,10,205); }
td.TdClassName
{
border-color: #FD0ACD;
}
.TagClassName
{
border-color: #FD0ACD;
}
</style>