Shades of Magenta #F408EE
Tints of Magenta #F408EE
RGB
CMYK
RGB Variations
Color information
#F408EE (or 0xF408EE) is known color: Magenta. HEX triplet: F4, 08 and EE. RGB value is (244,8,238). Sum of RGB (Red+Green+Blue) = 244+8+238=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 8 (3.52% from 255 or 1.63% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F408EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F408EE is #0BF711. Grayscale: #686868. Windows color (decimal): -784146 or 15599860. OLE color: 15599860.
HSL color Cylindrical-coordinate representation of color #F408EE: hue angle of 301.53º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F408EE is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 238 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.04 |
| HSL | 301.53º | 0.94% | 0.49% | - |
| HSV(B) | 301.53º | 0.97% | 0.96% | - |
| XYZ | 52.83 | 25.58 | 83.04 | - |
| YUV | 104.78 | 203.19 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 238 | 0 | 0.97 | 0.02 | 0.04 | 301.53 | 0.94 | 0.49 |
| Hex | F4 | 8 | EE | 0 | 61 | 2 | 4 | 12E | 5E | 31 |
| Octal | 364 | 10 | 356 | 0 | 141 | 2 | 4 | 456 | 136 | 61 |
| Binary | 11110100 | 1000 | 11101110 | 0 | 1100001 | 10 | 100 | 100101110 | 1011110 | 110001 |
Color Harmonies of #F408EE
Complementary color
Monochromatic Colors of #F408EE
Black with #F408EE
Text Example
Text Example
White with #F408EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F408EE; }
p { color: rgb(244,8,238); }
H1.HeaderClassName
{
color: #F408EE;
}
.AnyTagClassName
{
color: #F408EE;
}
</style>
background-color css
<style>
a { background-color: #F408EE; }
a { background-color: rgb(244,8,238); }
div.DivClassName
{
background-color: #F408EE;
}
.BgClassName
{
background-color: #F408EE;
}
</style>
border-color css
<style>
span { border-color: #F408EE; }
span { border-color: rgb(244,8,238); }
td.TdClassName
{
border-color: #F408EE;
}
.TagClassName
{
border-color: #F408EE;
}
</style>