Shades of Magenta #F404FF
Tints of Magenta #F404FF
RGB
CMYK
RGB Variations
Color information
#F404FF (or 0xF404FF) is known color: Magenta. HEX triplet: F4, 04 and FF. RGB value is (244,4,255). Sum of RGB (Red+Green+Blue) = 244+4+255=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 4 (1.95% from 255 or 0.80% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #F404FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F404FF is #0BFB00. Grayscale: #676767. Windows color (decimal): -785153 or 16712948. OLE color: 16712948.
HSL color Cylindrical-coordinate representation of color #F404FF: hue angle of 297.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F404FF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 4 | 255 | - |
| CMYK | 0.04 | 0.98 | 0 | 0 |
| HSL | 297.37º | 1% | 0.51% | - |
| HSV(B) | 297.37º | 0.98% | 1% | - |
| XYZ | 55.4 | 26.54 | 96.81 | - |
| YUV | 104.37 | 213.01 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 255 | 0.04 | 0.98 | 0 | 0 | 297.37 | 1 | 0.51 |
| Hex | F4 | 4 | FF | 4 | 62 | 0 | 0 | 129 | 64 | 33 |
| Octal | 364 | 4 | 377 | 4 | 142 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110100 | 100 | 11111111 | 100 | 1100010 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F404FF
Complementary color
Monochromatic Colors of #F404FF
Black with #F404FF
Text Example
Text Example
White with #F404FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404FF; }
p { color: rgb(244,4,255); }
H1.HeaderClassName
{
color: #F404FF;
}
.AnyTagClassName
{
color: #F404FF;
}
</style>
background-color css
<style>
a { background-color: #F404FF; }
a { background-color: rgb(244,4,255); }
div.DivClassName
{
background-color: #F404FF;
}
.BgClassName
{
background-color: #F404FF;
}
</style>
border-color css
<style>
span { border-color: #F404FF; }
span { border-color: rgb(244,4,255); }
td.TdClassName
{
border-color: #F404FF;
}
.TagClassName
{
border-color: #F404FF;
}
</style>