Shades of Hot Magenta #FD03D8
Tints of Hot Magenta #FD03D8
RGB
CMYK
RGB Variations
Color information
#FD03D8 (or 0xFD03D8) is known color: Hot Magenta. HEX triplet: FD, 03 and D8. RGB value is (253,3,216). Sum of RGB (Red+Green+Blue) = 253+3+216=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03D8 is #02FC27. Grayscale: #656565. Windows color (decimal): -195624 or 14156797. OLE color: 14156797.
HSL color Cylindrical-coordinate representation of color #FD03D8: hue angle of 308.88º 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 #FD03D8 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 216 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.01 |
| HSL | 308.88º | 0.98% | 0.5% | - |
| HSV(B) | 308.88º | 0.99% | 0.99% | - |
| XYZ | 52.94 | 25.91 | 67.18 | - |
| YUV | 102.03 | 192.33 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 216 | 0 | 0.99 | 0.15 | 0.01 | 308.88 | 0.98 | 0.5 |
| Hex | FD | 3 | D8 | 0 | 63 | F | 1 | 135 | 62 | 32 |
| Octal | 375 | 3 | 330 | 0 | 143 | 17 | 1 | 465 | 142 | 62 |
| Binary | 11111101 | 11 | 11011000 | 0 | 1100011 | 1111 | 1 | 100110101 | 1100010 | 110010 |
Color Harmonies of #FD03D8
Complementary color
Monochromatic Colors of #FD03D8
Black with #FD03D8
Text Example
Text Example
White with #FD03D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03D8; }
p { color: rgb(253,3,216); }
H1.HeaderClassName
{
color: #FD03D8;
}
.AnyTagClassName
{
color: #FD03D8;
}
</style>
background-color css
<style>
a { background-color: #FD03D8; }
a { background-color: rgb(253,3,216); }
div.DivClassName
{
background-color: #FD03D8;
}
.BgClassName
{
background-color: #FD03D8;
}
</style>
border-color css
<style>
span { border-color: #FD03D8; }
span { border-color: rgb(253,3,216); }
td.TdClassName
{
border-color: #FD03D8;
}
.TagClassName
{
border-color: #FD03D8;
}
</style>