Shades of Hot Magenta #FD0DCD
Tints of Hot Magenta #FD0DCD
RGB
CMYK
RGB Variations
Color information
#FD0DCD (or 0xFD0DCD) is known color: Hot Magenta. HEX triplet: FD, 0D and CD. RGB value is (253,13,205). Sum of RGB (Red+Green+Blue) = 253+13+205=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0DCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0DCD is #02F232. Grayscale: #6A6A6A. Windows color (decimal): -193075 or 13438461. OLE color: 13438461.
HSL color Cylindrical-coordinate representation of color #FD0DCD: hue angle of 312º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0DCD is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 205 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.01 |
| HSL | 312º | 0.98% | 0.52% | - |
| HSV(B) | 312º | 0.95% | 0.99% | - |
| XYZ | 51.67 | 25.58 | 59.97 | - |
| YUV | 106.65 | 183.51 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 205 | 0 | 0.95 | 0.19 | 0.01 | 312 | 0.98 | 0.52 |
| Hex | FD | D | CD | 0 | 5F | 13 | 1 | 138 | 62 | 34 |
| Octal | 375 | 15 | 315 | 0 | 137 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111101 | 1101 | 11001101 | 0 | 1011111 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FD0DCD
Complementary color
Monochromatic Colors of #FD0DCD
Black with #FD0DCD
Text Example
Text Example
White with #FD0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0DCD; }
p { color: rgb(253,13,205); }
H1.HeaderClassName
{
color: #FD0DCD;
}
.AnyTagClassName
{
color: #FD0DCD;
}
</style>
background-color css
<style>
a { background-color: #FD0DCD; }
a { background-color: rgb(253,13,205); }
div.DivClassName
{
background-color: #FD0DCD;
}
.BgClassName
{
background-color: #FD0DCD;
}
</style>
border-color css
<style>
span { border-color: #FD0DCD; }
span { border-color: rgb(253,13,205); }
td.TdClassName
{
border-color: #FD0DCD;
}
.TagClassName
{
border-color: #FD0DCD;
}
</style>