Shades of Magenta #F416EA
Tints of Magenta #F416EA
RGB
CMYK
RGB Variations
Color information
#F416EA (or 0xF416EA) is known color: Magenta. HEX triplet: F4, 16 and EA. RGB value is (244,22,234). Sum of RGB (Red+Green+Blue) = 244+22+234=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 22 (8.98% from 255 or 4.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F416EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F416EA is #0BE915. Grayscale: #6F6F6F. Windows color (decimal): -780566 or 15341300. OLE color: 15341300.
HSL color Cylindrical-coordinate representation of color #F416EA: hue angle of 302.7º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F416EA is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 234 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.04 |
| HSL | 302.7º | 0.91% | 0.52% | - |
| HSV(B) | 302.7º | 0.91% | 0.96% | - |
| XYZ | 52.45 | 25.75 | 80.05 | - |
| YUV | 112.55 | 196.55 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 234 | 0 | 0.91 | 0.04 | 0.04 | 302.7 | 0.91 | 0.52 |
| Hex | F4 | 16 | EA | 0 | 5B | 4 | 4 | 12F | 5B | 34 |
| Octal | 364 | 26 | 352 | 0 | 133 | 4 | 4 | 457 | 133 | 64 |
| Binary | 11110100 | 10110 | 11101010 | 0 | 1011011 | 100 | 100 | 100101111 | 1011011 | 110100 |
Color Harmonies of #F416EA
Complementary color
Monochromatic Colors of #F416EA
Black with #F416EA
Text Example
Text Example
White with #F416EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416EA; }
p { color: rgb(244,22,234); }
H1.HeaderClassName
{
color: #F416EA;
}
.AnyTagClassName
{
color: #F416EA;
}
</style>
background-color css
<style>
a { background-color: #F416EA; }
a { background-color: rgb(244,22,234); }
div.DivClassName
{
background-color: #F416EA;
}
.BgClassName
{
background-color: #F416EA;
}
</style>
border-color css
<style>
span { border-color: #F416EA; }
span { border-color: rgb(244,22,234); }
td.TdClassName
{
border-color: #F416EA;
}
.TagClassName
{
border-color: #F416EA;
}
</style>