Shades of Magenta #F404EE
Tints of Magenta #F404EE
RGB
CMYK
RGB Variations
Color information
#F404EE (or 0xF404EE) is known color: Magenta. HEX triplet: F4, 04 and EE. RGB value is (244,4,238). Sum of RGB (Red+Green+Blue) = 244+4+238=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 4 (1.95% from 255 or 0.82% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F404EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F404EE is #0BFB11. Grayscale: #656565. Windows color (decimal): -785170 or 15598836. OLE color: 15598836.
HSL color Cylindrical-coordinate representation of color #F404EE: hue angle of 301.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 #F404EE is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 238 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.04 |
| HSL | 301.5º | 0.97% | 0.49% | - |
| HSV(B) | 301.5º | 0.98% | 0.96% | - |
| XYZ | 52.78 | 25.49 | 83.03 | - |
| YUV | 102.44 | 204.51 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 238 | 0 | 0.98 | 0.02 | 0.04 | 301.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | EE | 0 | 62 | 2 | 4 | 12E | 61 | 31 |
| Octal | 364 | 4 | 356 | 0 | 142 | 2 | 4 | 456 | 141 | 61 |
| Binary | 11110100 | 100 | 11101110 | 0 | 1100010 | 10 | 100 | 100101110 | 1100001 | 110001 |
Color Harmonies of #F404EE
Complementary color
Monochromatic Colors of #F404EE
Black with #F404EE
Text Example
Text Example
White with #F404EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404EE; }
p { color: rgb(244,4,238); }
H1.HeaderClassName
{
color: #F404EE;
}
.AnyTagClassName
{
color: #F404EE;
}
</style>
background-color css
<style>
a { background-color: #F404EE; }
a { background-color: rgb(244,4,238); }
div.DivClassName
{
background-color: #F404EE;
}
.BgClassName
{
background-color: #F404EE;
}
</style>
border-color css
<style>
span { border-color: #F404EE; }
span { border-color: rgb(244,4,238); }
td.TdClassName
{
border-color: #F404EE;
}
.TagClassName
{
border-color: #F404EE;
}
</style>