Shades of Hot Magenta #FD02CE
Tints of Hot Magenta #FD02CE
RGB
CMYK
RGB Variations
Color information
#FD02CE (or 0xFD02CE) is known color: Hot Magenta. HEX triplet: FD, 02 and CE. RGB value is (253,2,206). Sum of RGB (Red+Green+Blue) = 253+2+206=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02CE is #02FD31. Grayscale: #636363. Windows color (decimal): -195890 or 13501181. OLE color: 13501181.
HSL color Cylindrical-coordinate representation of color #FD02CE: hue angle of 311.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD02CE is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.01 |
| HSL | 311.24º | 0.98% | 0.5% | - |
| HSV(B) | 311.24º | 0.99% | 0.99% | - |
| XYZ | 51.67 | 25.38 | 60.57 | - |
| YUV | 100.31 | 187.66 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 206 | 0 | 0.99 | 0.19 | 0.01 | 311.24 | 0.98 | 0.5 |
| Hex | FD | 2 | CE | 0 | 63 | 13 | 1 | 137 | 62 | 32 |
| Octal | 375 | 2 | 316 | 0 | 143 | 23 | 1 | 467 | 142 | 62 |
| Binary | 11111101 | 10 | 11001110 | 0 | 1100011 | 10011 | 1 | 100110111 | 1100010 | 110010 |
Color Harmonies of #FD02CE
Complementary color
Monochromatic Colors of #FD02CE
Black with #FD02CE
Text Example
Text Example
White with #FD02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD02CE; }
p { color: rgb(253,2,206); }
H1.HeaderClassName
{
color: #FD02CE;
}
.AnyTagClassName
{
color: #FD02CE;
}
</style>
background-color css
<style>
a { background-color: #FD02CE; }
a { background-color: rgb(253,2,206); }
div.DivClassName
{
background-color: #FD02CE;
}
.BgClassName
{
background-color: #FD02CE;
}
</style>
border-color css
<style>
span { border-color: #FD02CE; }
span { border-color: rgb(253,2,206); }
td.TdClassName
{
border-color: #FD02CE;
}
.TagClassName
{
border-color: #FD02CE;
}
</style>