Shades of Magenta #F407EC
Tints of Magenta #F407EC
RGB
CMYK
RGB Variations
Color information
#F407EC (or 0xF407EC) is known color: Magenta. HEX triplet: F4, 07 and EC. RGB value is (244,7,236). Sum of RGB (Red+Green+Blue) = 244+7+236=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 7 (3.12% from 255 or 1.44% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F407EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407EC is #0BF813. Grayscale: #676767. Windows color (decimal): -784404 or 15468532. OLE color: 15468532.
HSL color Cylindrical-coordinate representation of color #F407EC: 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 #F407EC is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 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.52 | 25.44 | 81.5 | - |
| YUV | 103.97 | 202.52 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 236 | 0 | 0.97 | 0.03 | 0.04 | 302.03 | 0.94 | 0.49 |
| Hex | F4 | 7 | EC | 0 | 61 | 3 | 4 | 12E | 5E | 31 |
| Octal | 364 | 7 | 354 | 0 | 141 | 3 | 4 | 456 | 136 | 61 |
| Binary | 11110100 | 111 | 11101100 | 0 | 1100001 | 11 | 100 | 100101110 | 1011110 | 110001 |
Color Harmonies of #F407EC
Complementary color
Monochromatic Colors of #F407EC
Black with #F407EC
Text Example
Text Example
White with #F407EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407EC; }
p { color: rgb(244,7,236); }
H1.HeaderClassName
{
color: #F407EC;
}
.AnyTagClassName
{
color: #F407EC;
}
</style>
background-color css
<style>
a { background-color: #F407EC; }
a { background-color: rgb(244,7,236); }
div.DivClassName
{
background-color: #F407EC;
}
.BgClassName
{
background-color: #F407EC;
}
</style>
border-color css
<style>
span { border-color: #F407EC; }
span { border-color: rgb(244,7,236); }
td.TdClassName
{
border-color: #F407EC;
}
.TagClassName
{
border-color: #F407EC;
}
</style>