Shades of Hot Magenta #FD02C8
Tints of Hot Magenta #FD02C8
RGB
CMYK
RGB Variations
Color information
#FD02C8 (or 0xFD02C8) is known color: Hot Magenta. HEX triplet: FD, 02 and C8. RGB value is (253,2,200). Sum of RGB (Red+Green+Blue) = 253+2+200=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02C8 is #02FD37. Grayscale: #636363. Windows color (decimal): -195896 or 13107965. OLE color: 13107965.
HSL color Cylindrical-coordinate representation of color #FD02C8: hue angle of 312.67º 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 #FD02C8 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.01 |
| HSL | 312.67º | 0.98% | 0.5% | - |
| HSV(B) | 312.67º | 0.99% | 0.99% | - |
| XYZ | 50.96 | 25.1 | 56.8 | - |
| YUV | 99.62 | 184.66 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 200 | 0 | 0.99 | 0.21 | 0.01 | 312.67 | 0.98 | 0.5 |
| Hex | FD | 2 | C8 | 0 | 63 | 15 | 1 | 139 | 62 | 32 |
| Octal | 375 | 2 | 310 | 0 | 143 | 25 | 1 | 471 | 142 | 62 |
| Binary | 11111101 | 10 | 11001000 | 0 | 1100011 | 10101 | 1 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FD02C8
Complementary color
Monochromatic Colors of #FD02C8
Black with #FD02C8
Text Example
Text Example
White with #FD02C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD02C8; }
p { color: rgb(253,2,200); }
H1.HeaderClassName
{
color: #FD02C8;
}
.AnyTagClassName
{
color: #FD02C8;
}
</style>
background-color css
<style>
a { background-color: #FD02C8; }
a { background-color: rgb(253,2,200); }
div.DivClassName
{
background-color: #FD02C8;
}
.BgClassName
{
background-color: #FD02C8;
}
</style>
border-color css
<style>
span { border-color: #FD02C8; }
span { border-color: rgb(253,2,200); }
td.TdClassName
{
border-color: #FD02C8;
}
.TagClassName
{
border-color: #FD02C8;
}
</style>