Shades of Magenta #F404EC
Tints of Magenta #F404EC
RGB
CMYK
RGB Variations
Color information
#F404EC (or 0xF404EC) is known color: Magenta. HEX triplet: F4, 04 and EC. RGB value is (244,4,236). Sum of RGB (Red+Green+Blue) = 244+4+236=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F404EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F404EC is #0BFB13. Grayscale: #656565. Windows color (decimal): -785172 or 15467764. OLE color: 15467764.
HSL color Cylindrical-coordinate representation of color #F404EC: hue angle of 302º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F404EC is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 236 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.04 |
| HSL | 302º | 0.97% | 0.49% | - |
| HSV(B) | 302º | 0.98% | 0.96% | - |
| XYZ | 52.49 | 25.38 | 81.49 | - |
| YUV | 102.21 | 203.51 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 236 | 0 | 0.98 | 0.03 | 0.04 | 302 | 0.97 | 0.49 |
| Hex | F4 | 4 | EC | 0 | 62 | 3 | 4 | 12E | 61 | 31 |
| Octal | 364 | 4 | 354 | 0 | 142 | 3 | 4 | 456 | 141 | 61 |
| Binary | 11110100 | 100 | 11101100 | 0 | 1100010 | 11 | 100 | 100101110 | 1100001 | 110001 |
Color Harmonies of #F404EC
Complementary color
Monochromatic Colors of #F404EC
Black with #F404EC
Text Example
Text Example
White with #F404EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404EC; }
p { color: rgb(244,4,236); }
H1.HeaderClassName
{
color: #F404EC;
}
.AnyTagClassName
{
color: #F404EC;
}
</style>
background-color css
<style>
a { background-color: #F404EC; }
a { background-color: rgb(244,4,236); }
div.DivClassName
{
background-color: #F404EC;
}
.BgClassName
{
background-color: #F404EC;
}
</style>
border-color css
<style>
span { border-color: #F404EC; }
span { border-color: rgb(244,4,236); }
td.TdClassName
{
border-color: #F404EC;
}
.TagClassName
{
border-color: #F404EC;
}
</style>