Shades of Magenta #F416EE
Tints of Magenta #F416EE
RGB
CMYK
RGB Variations
Color information
#F416EE (or 0xF416EE) is known color: Magenta. HEX triplet: F4, 16 and EE. RGB value is (244,22,238). Sum of RGB (Red+Green+Blue) = 244+22+238=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 22 (8.98% from 255 or 4.37% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F416EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F416EE is #0BE911. Grayscale: #707070. Windows color (decimal): -780562 or 15603444. OLE color: 15603444.
HSL color Cylindrical-coordinate representation of color #F416EE: hue angle of 301.62º 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 #F416EE is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 238 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.04 |
| HSL | 301.62º | 0.91% | 0.52% | - |
| HSV(B) | 301.62º | 0.91% | 0.96% | - |
| XYZ | 53.03 | 25.98 | 83.11 | - |
| YUV | 113 | 198.55 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 238 | 0 | 0.91 | 0.02 | 0.04 | 301.62 | 0.91 | 0.52 |
| Hex | F4 | 16 | EE | 0 | 5B | 2 | 4 | 12E | 5B | 34 |
| Octal | 364 | 26 | 356 | 0 | 133 | 2 | 4 | 456 | 133 | 64 |
| Binary | 11110100 | 10110 | 11101110 | 0 | 1011011 | 10 | 100 | 100101110 | 1011011 | 110100 |
Color Harmonies of #F416EE
Complementary color
Monochromatic Colors of #F416EE
Black with #F416EE
Text Example
Text Example
White with #F416EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416EE; }
p { color: rgb(244,22,238); }
H1.HeaderClassName
{
color: #F416EE;
}
.AnyTagClassName
{
color: #F416EE;
}
</style>
background-color css
<style>
a { background-color: #F416EE; }
a { background-color: rgb(244,22,238); }
div.DivClassName
{
background-color: #F416EE;
}
.BgClassName
{
background-color: #F416EE;
}
</style>
border-color css
<style>
span { border-color: #F416EE; }
span { border-color: rgb(244,22,238); }
td.TdClassName
{
border-color: #F416EE;
}
.TagClassName
{
border-color: #F416EE;
}
</style>