Shades of Magenta #F408EC
Tints of Magenta #F408EC
RGB
CMYK
RGB Variations
Color information
#F408EC (or 0xF408EC) is known color: Magenta. HEX triplet: F4, 08 and EC. RGB value is (244,8,236). Sum of RGB (Red+Green+Blue) = 244+8+236=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F408EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F408EC is #0BF713. Grayscale: #676767. Windows color (decimal): -784148 or 15468788. OLE color: 15468788.
HSL color Cylindrical-coordinate representation of color #F408EC: hue angle of 302.03º 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 #F408EC is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 236 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.04 |
| HSL | 302.03º | 0.94% | 0.49% | - |
| HSV(B) | 302.03º | 0.97% | 0.96% | - |
| XYZ | 52.54 | 25.46 | 81.5 | - |
| YUV | 104.56 | 202.19 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 236 | 0 | 0.97 | 0.03 | 0.04 | 302.03 | 0.94 | 0.49 |
| Hex | F4 | 8 | EC | 0 | 61 | 3 | 4 | 12E | 5E | 31 |
| Octal | 364 | 10 | 354 | 0 | 141 | 3 | 4 | 456 | 136 | 61 |
| Binary | 11110100 | 1000 | 11101100 | 0 | 1100001 | 11 | 100 | 100101110 | 1011110 | 110001 |
Color Harmonies of #F408EC
Complementary color
Monochromatic Colors of #F408EC
Black with #F408EC
Text Example
Text Example
White with #F408EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F408EC; }
p { color: rgb(244,8,236); }
H1.HeaderClassName
{
color: #F408EC;
}
.AnyTagClassName
{
color: #F408EC;
}
</style>
background-color css
<style>
a { background-color: #F408EC; }
a { background-color: rgb(244,8,236); }
div.DivClassName
{
background-color: #F408EC;
}
.BgClassName
{
background-color: #F408EC;
}
</style>
border-color css
<style>
span { border-color: #F408EC; }
span { border-color: rgb(244,8,236); }
td.TdClassName
{
border-color: #F408EC;
}
.TagClassName
{
border-color: #F408EC;
}
</style>