Shades of Magenta #FD04EC
Tints of Magenta #FD04EC
RGB
CMYK
RGB Variations
Color information
#FD04EC (or 0xFD04EC) is known color: Magenta. HEX triplet: FD, 04 and EC. RGB value is (253,4,236). Sum of RGB (Red+Green+Blue) = 253+4+236=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD04EC is #02FB13. Grayscale: #686868. Windows color (decimal): -195348 or 15467773. OLE color: 15467773.
HSL color Cylindrical-coordinate representation of color #FD04EC: hue angle of 304.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD04EC is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 236 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.01 |
| HSL | 304.1º | 0.98% | 0.5% | - |
| HSV(B) | 304.1º | 0.98% | 0.99% | - |
| XYZ | 55.69 | 27.03 | 81.64 | - |
| YUV | 104.9 | 201.99 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 236 | 0 | 0.98 | 0.07 | 0.01 | 304.1 | 0.98 | 0.5 |
| Hex | FD | 4 | EC | 0 | 62 | 7 | 1 | 130 | 62 | 32 |
| Octal | 375 | 4 | 354 | 0 | 142 | 7 | 1 | 460 | 142 | 62 |
| Binary | 11111101 | 100 | 11101100 | 0 | 1100010 | 111 | 1 | 100110000 | 1100010 | 110010 |
Color Harmonies of #FD04EC
Complementary color
Monochromatic Colors of #FD04EC
Black with #FD04EC
Text Example
Text Example
White with #FD04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD04EC; }
p { color: rgb(253,4,236); }
H1.HeaderClassName
{
color: #FD04EC;
}
.AnyTagClassName
{
color: #FD04EC;
}
</style>
background-color css
<style>
a { background-color: #FD04EC; }
a { background-color: rgb(253,4,236); }
div.DivClassName
{
background-color: #FD04EC;
}
.BgClassName
{
background-color: #FD04EC;
}
</style>
border-color css
<style>
span { border-color: #FD04EC; }
span { border-color: rgb(253,4,236); }
td.TdClassName
{
border-color: #FD04EC;
}
.TagClassName
{
border-color: #FD04EC;
}
</style>