Shades of Hot Magenta #FD05CE
Tints of Hot Magenta #FD05CE
RGB
CMYK
RGB Variations
Color information
#FD05CE (or 0xFD05CE) is known color: Hot Magenta. HEX triplet: FD, 05 and CE. RGB value is (253,5,206). Sum of RGB (Red+Green+Blue) = 253+5+206=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD05CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD05CE is #02FA31. Grayscale: #656565. Windows color (decimal): -195122 or 13501949. OLE color: 13501949.
HSL color Cylindrical-coordinate representation of color #FD05CE: hue angle of 311.37º 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 #FD05CE is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.01 |
| HSL | 311.37º | 0.98% | 0.51% | - |
| HSV(B) | 311.37º | 0.98% | 0.99% | - |
| XYZ | 51.7 | 25.45 | 60.58 | - |
| YUV | 102.07 | 186.66 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 206 | 0 | 0.98 | 0.19 | 0.01 | 311.37 | 0.98 | 0.51 |
| Hex | FD | 5 | CE | 0 | 62 | 13 | 1 | 137 | 62 | 33 |
| Octal | 375 | 5 | 316 | 0 | 142 | 23 | 1 | 467 | 142 | 63 |
| Binary | 11111101 | 101 | 11001110 | 0 | 1100010 | 10011 | 1 | 100110111 | 1100010 | 110011 |
Color Harmonies of #FD05CE
Complementary color
Monochromatic Colors of #FD05CE
Black with #FD05CE
Text Example
Text Example
White with #FD05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD05CE; }
p { color: rgb(253,5,206); }
H1.HeaderClassName
{
color: #FD05CE;
}
.AnyTagClassName
{
color: #FD05CE;
}
</style>
background-color css
<style>
a { background-color: #FD05CE; }
a { background-color: rgb(253,5,206); }
div.DivClassName
{
background-color: #FD05CE;
}
.BgClassName
{
background-color: #FD05CE;
}
</style>
border-color css
<style>
span { border-color: #FD05CE; }
span { border-color: rgb(253,5,206); }
td.TdClassName
{
border-color: #FD05CE;
}
.TagClassName
{
border-color: #FD05CE;
}
</style>