Shades of Magenta #F404FE
Tints of Magenta #F404FE
RGB
CMYK
RGB Variations
Color information
#F404FE (or 0xF404FE) is known color: Magenta. HEX triplet: F4, 04 and FE. RGB value is (244,4,254). Sum of RGB (Red+Green+Blue) = 244+4+254=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 4 (1.95% from 255 or 0.80% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #F404FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F404FE is #0BFB01. Grayscale: #676767. Windows color (decimal): -785154 or 16647412. OLE color: 16647412.
HSL color Cylindrical-coordinate representation of color #F404FE: hue angle of 297.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F404FE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 4 | 254 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.00 |
| HSL | 297.6º | 0.99% | 0.51% | - |
| HSV(B) | 297.6º | 0.98% | 1% | - |
| XYZ | 55.24 | 26.48 | 95.96 | - |
| YUV | 104.26 | 212.51 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 254 | 0.04 | 0.98 | 0 | 0.00 | 297.6 | 0.99 | 0.51 |
| Hex | F4 | 4 | FE | 4 | 62 | 0 | 0 | 12A | 63 | 33 |
| Octal | 364 | 4 | 376 | 4 | 142 | 0 | 0 | 452 | 143 | 63 |
| Binary | 11110100 | 100 | 11111110 | 100 | 1100010 | 0 | 0 | 100101010 | 1100011 | 110011 |
Color Harmonies of #F404FE
Complementary color
Monochromatic Colors of #F404FE
Black with #F404FE
Text Example
Text Example
White with #F404FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404FE; }
p { color: rgb(244,4,254); }
H1.HeaderClassName
{
color: #F404FE;
}
.AnyTagClassName
{
color: #F404FE;
}
</style>
background-color css
<style>
a { background-color: #F404FE; }
a { background-color: rgb(244,4,254); }
div.DivClassName
{
background-color: #F404FE;
}
.BgClassName
{
background-color: #F404FE;
}
</style>
border-color css
<style>
span { border-color: #F404FE; }
span { border-color: rgb(244,4,254); }
td.TdClassName
{
border-color: #F404FE;
}
.TagClassName
{
border-color: #F404FE;
}
</style>