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