Shades of Magenta #F404EA
Tints of Magenta #F404EA
RGB
CMYK
RGB Variations
Color information
#F404EA (or 0xF404EA) is known color: Magenta. HEX triplet: F4, 04 and EA. RGB value is (244,4,234). Sum of RGB (Red+Green+Blue) = 244+4+234=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 4 (1.95% from 255 or 0.83% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F404EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F404EA is #0BFB15. Grayscale: #656565. Windows color (decimal): -785174 or 15336692. OLE color: 15336692.
HSL color Cylindrical-coordinate representation of color #F404EA: hue angle of 302.5º 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 #F404EA is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 234 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.04 |
| HSL | 302.5º | 0.97% | 0.49% | - |
| HSV(B) | 302.5º | 0.98% | 0.96% | - |
| XYZ | 52.2 | 25.26 | 79.97 | - |
| YUV | 101.98 | 202.51 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 234 | 0 | 0.98 | 0.04 | 0.04 | 302.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | EA | 0 | 62 | 4 | 4 | 12E | 61 | 31 |
| Octal | 364 | 4 | 352 | 0 | 142 | 4 | 4 | 456 | 141 | 61 |
| Binary | 11110100 | 100 | 11101010 | 0 | 1100010 | 100 | 100 | 100101110 | 1100001 | 110001 |
Color Harmonies of #F404EA
Complementary color
Monochromatic Colors of #F404EA
Black with #F404EA
Text Example
Text Example
White with #F404EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404EA; }
p { color: rgb(244,4,234); }
H1.HeaderClassName
{
color: #F404EA;
}
.AnyTagClassName
{
color: #F404EA;
}
</style>
background-color css
<style>
a { background-color: #F404EA; }
a { background-color: rgb(244,4,234); }
div.DivClassName
{
background-color: #F404EA;
}
.BgClassName
{
background-color: #F404EA;
}
</style>
border-color css
<style>
span { border-color: #F404EA; }
span { border-color: rgb(244,4,234); }
td.TdClassName
{
border-color: #F404EA;
}
.TagClassName
{
border-color: #F404EA;
}
</style>