Shades of Hot Magenta #FD03C7
Tints of Hot Magenta #FD03C7
RGB
CMYK
RGB Variations
Color information
#FD03C7 (or 0xFD03C7) is known color: Hot Magenta. HEX triplet: FD, 03 and C7. RGB value is (253,3,199). Sum of RGB (Red+Green+Blue) = 253+3+199=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03C7 is #02FC38. Grayscale: #636363. Windows color (decimal): -195641 or 13042685. OLE color: 13042685.
HSL color Cylindrical-coordinate representation of color #FD03C7: hue angle of 312.96º 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 #FD03C7 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 199 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.01 |
| HSL | 312.96º | 0.98% | 0.5% | - |
| HSV(B) | 312.96º | 0.99% | 0.99% | - |
| XYZ | 50.85 | 25.07 | 56.19 | - |
| YUV | 100.09 | 183.83 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 199 | 0 | 0.99 | 0.21 | 0.01 | 312.96 | 0.98 | 0.5 |
| Hex | FD | 3 | C7 | 0 | 63 | 15 | 1 | 139 | 62 | 32 |
| Octal | 375 | 3 | 307 | 0 | 143 | 25 | 1 | 471 | 142 | 62 |
| Binary | 11111101 | 11 | 11000111 | 0 | 1100011 | 10101 | 1 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FD03C7
Complementary color
Monochromatic Colors of #FD03C7
Black with #FD03C7
Text Example
Text Example
White with #FD03C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03C7; }
p { color: rgb(253,3,199); }
H1.HeaderClassName
{
color: #FD03C7;
}
.AnyTagClassName
{
color: #FD03C7;
}
</style>
background-color css
<style>
a { background-color: #FD03C7; }
a { background-color: rgb(253,3,199); }
div.DivClassName
{
background-color: #FD03C7;
}
.BgClassName
{
background-color: #FD03C7;
}
</style>
border-color css
<style>
span { border-color: #FD03C7; }
span { border-color: rgb(253,3,199); }
td.TdClassName
{
border-color: #FD03C7;
}
.TagClassName
{
border-color: #FD03C7;
}
</style>