Shades of Magenta #FD03EC
Tints of Magenta #FD03EC
RGB
CMYK
RGB Variations
Color information
#FD03EC (or 0xFD03EC) is known color: Magenta. HEX triplet: FD, 03 and EC. RGB value is (253,3,236). Sum of RGB (Red+Green+Blue) = 253+3+236=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 3 (1.56% from 255 or 0.61% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD03EC is #02FC13. Grayscale: #676767. Windows color (decimal): -195604 or 15467517. OLE color: 15467517.
HSL color Cylindrical-coordinate representation of color #FD03EC: hue angle of 304.08º 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 #FD03EC is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 236 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.01 |
| HSL | 304.08º | 0.98% | 0.5% | - |
| HSV(B) | 304.08º | 0.99% | 0.99% | - |
| XYZ | 55.68 | 27 | 81.63 | - |
| YUV | 104.31 | 202.33 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 236 | 0 | 0.99 | 0.07 | 0.01 | 304.08 | 0.98 | 0.5 |
| Hex | FD | 3 | EC | 0 | 63 | 7 | 1 | 130 | 62 | 32 |
| Octal | 375 | 3 | 354 | 0 | 143 | 7 | 1 | 460 | 142 | 62 |
| Binary | 11111101 | 11 | 11101100 | 0 | 1100011 | 111 | 1 | 100110000 | 1100010 | 110010 |
Color Harmonies of #FD03EC
Complementary color
Monochromatic Colors of #FD03EC
Black with #FD03EC
Text Example
Text Example
White with #FD03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03EC; }
p { color: rgb(253,3,236); }
H1.HeaderClassName
{
color: #FD03EC;
}
.AnyTagClassName
{
color: #FD03EC;
}
</style>
background-color css
<style>
a { background-color: #FD03EC; }
a { background-color: rgb(253,3,236); }
div.DivClassName
{
background-color: #FD03EC;
}
.BgClassName
{
background-color: #FD03EC;
}
</style>
border-color css
<style>
span { border-color: #FD03EC; }
span { border-color: rgb(253,3,236); }
td.TdClassName
{
border-color: #FD03EC;
}
.TagClassName
{
border-color: #FD03EC;
}
</style>