Shades of Hot Magenta #FD0CCD
Tints of Hot Magenta #FD0CCD
RGB
CMYK
RGB Variations
Color information
#FD0CCD (or 0xFD0CCD) is known color: Hot Magenta. HEX triplet: FD, 0C and CD. RGB value is (253,12,205). Sum of RGB (Red+Green+Blue) = 253+12+205=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0CCD is #02F332. Grayscale: #696969. Windows color (decimal): -193331 or 13438205. OLE color: 13438205.
HSL color Cylindrical-coordinate representation of color #FD0CCD: hue angle of 311.95º 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 #FD0CCD is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.01 |
| HSL | 311.95º | 0.98% | 0.52% | - |
| HSV(B) | 311.95º | 0.95% | 0.99% | - |
| XYZ | 51.66 | 25.55 | 59.97 | - |
| YUV | 106.06 | 183.84 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 205 | 0 | 0.95 | 0.19 | 0.01 | 311.95 | 0.98 | 0.52 |
| Hex | FD | C | CD | 0 | 5F | 13 | 1 | 138 | 62 | 34 |
| Octal | 375 | 14 | 315 | 0 | 137 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111101 | 1100 | 11001101 | 0 | 1011111 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FD0CCD
Complementary color
Monochromatic Colors of #FD0CCD
Black with #FD0CCD
Text Example
Text Example
White with #FD0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CCD; }
p { color: rgb(253,12,205); }
H1.HeaderClassName
{
color: #FD0CCD;
}
.AnyTagClassName
{
color: #FD0CCD;
}
</style>
background-color css
<style>
a { background-color: #FD0CCD; }
a { background-color: rgb(253,12,205); }
div.DivClassName
{
background-color: #FD0CCD;
}
.BgClassName
{
background-color: #FD0CCD;
}
</style>
border-color css
<style>
span { border-color: #FD0CCD; }
span { border-color: rgb(253,12,205); }
td.TdClassName
{
border-color: #FD0CCD;
}
.TagClassName
{
border-color: #FD0CCD;
}
</style>