Shades of Hot Magenta #FD03C6
Tints of Hot Magenta #FD03C6
RGB
CMYK
RGB Variations
Color information
#FD03C6 (or 0xFD03C6) is known color: Hot Magenta. HEX triplet: FD, 03 and C6. RGB value is (253,3,198). Sum of RGB (Red+Green+Blue) = 253+3+198=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03C6 is #02FC39. Grayscale: #636363. Windows color (decimal): -195642 or 12977149. OLE color: 12977149.
HSL color Cylindrical-coordinate representation of color #FD03C6: hue angle of 313.2º 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 #FD03C6 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 198 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.01 |
| HSL | 313.2º | 0.98% | 0.5% | - |
| HSV(B) | 313.2º | 0.99% | 0.99% | - |
| XYZ | 50.73 | 25.02 | 55.58 | - |
| YUV | 99.98 | 183.33 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 198 | 0 | 0.99 | 0.22 | 0.01 | 313.2 | 0.98 | 0.5 |
| Hex | FD | 3 | C6 | 0 | 63 | 16 | 1 | 139 | 62 | 32 |
| Octal | 375 | 3 | 306 | 0 | 143 | 26 | 1 | 471 | 142 | 62 |
| Binary | 11111101 | 11 | 11000110 | 0 | 1100011 | 10110 | 1 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FD03C6
Complementary color
Monochromatic Colors of #FD03C6
Black with #FD03C6
Text Example
Text Example
White with #FD03C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03C6; }
p { color: rgb(253,3,198); }
H1.HeaderClassName
{
color: #FD03C6;
}
.AnyTagClassName
{
color: #FD03C6;
}
</style>
background-color css
<style>
a { background-color: #FD03C6; }
a { background-color: rgb(253,3,198); }
div.DivClassName
{
background-color: #FD03C6;
}
.BgClassName
{
background-color: #FD03C6;
}
</style>
border-color css
<style>
span { border-color: #FD03C6; }
span { border-color: rgb(253,3,198); }
td.TdClassName
{
border-color: #FD03C6;
}
.TagClassName
{
border-color: #FD03C6;
}
</style>