Shades of Hot Magenta #FD03C1
Tints of Hot Magenta #FD03C1
RGB
CMYK
RGB Variations
Color information
#FD03C1 (or 0xFD03C1) is known color: Hot Magenta. HEX triplet: FD, 03 and C1. RGB value is (253,3,193). Sum of RGB (Red+Green+Blue) = 253+3+193=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03C1 is #02FC3E. Grayscale: #626262. Windows color (decimal): -195647 or 12649469. OLE color: 12649469.
HSL color Cylindrical-coordinate representation of color #FD03C1: hue angle of 314.4º 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 #FD03C1 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 193 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.01 |
| HSL | 314.4º | 0.98% | 0.5% | - |
| HSV(B) | 314.4º | 0.99% | 0.99% | - |
| XYZ | 50.17 | 24.8 | 52.59 | - |
| YUV | 99.41 | 180.83 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 193 | 0 | 0.99 | 0.24 | 0.01 | 314.4 | 0.98 | 0.5 |
| Hex | FD | 3 | C1 | 0 | 63 | 18 | 1 | 13A | 62 | 32 |
| Octal | 375 | 3 | 301 | 0 | 143 | 30 | 1 | 472 | 142 | 62 |
| Binary | 11111101 | 11 | 11000001 | 0 | 1100011 | 11000 | 1 | 100111010 | 1100010 | 110010 |
Color Harmonies of #FD03C1
Complementary color
Monochromatic Colors of #FD03C1
Black with #FD03C1
Text Example
Text Example
White with #FD03C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03C1; }
p { color: rgb(253,3,193); }
H1.HeaderClassName
{
color: #FD03C1;
}
.AnyTagClassName
{
color: #FD03C1;
}
</style>
background-color css
<style>
a { background-color: #FD03C1; }
a { background-color: rgb(253,3,193); }
div.DivClassName
{
background-color: #FD03C1;
}
.BgClassName
{
background-color: #FD03C1;
}
</style>
border-color css
<style>
span { border-color: #FD03C1; }
span { border-color: rgb(253,3,193); }
td.TdClassName
{
border-color: #FD03C1;
}
.TagClassName
{
border-color: #FD03C1;
}
</style>