Shades of Magenta #F416EF
Tints of Magenta #F416EF
RGB
CMYK
RGB Variations
Color information
#F416EF (or 0xF416EF) is known color: Magenta. HEX triplet: F4, 16 and EF. RGB value is (244,22,239). Sum of RGB (Red+Green+Blue) = 244+22+239=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F416EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F416EF is #0BE910. Grayscale: #707070. Windows color (decimal): -780561 or 15668980. OLE color: 15668980.
HSL color Cylindrical-coordinate representation of color #F416EF: hue angle of 301.35º 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 #F416EF is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 239 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.04 |
| HSL | 301.35º | 0.91% | 0.52% | - |
| HSV(B) | 301.35º | 0.91% | 0.96% | - |
| XYZ | 53.18 | 26.04 | 83.88 | - |
| YUV | 113.12 | 199.05 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 239 | 0 | 0.91 | 0.02 | 0.04 | 301.35 | 0.91 | 0.52 |
| Hex | F4 | 16 | EF | 0 | 5B | 2 | 4 | 12D | 5B | 34 |
| Octal | 364 | 26 | 357 | 0 | 133 | 2 | 4 | 455 | 133 | 64 |
| Binary | 11110100 | 10110 | 11101111 | 0 | 1011011 | 10 | 100 | 100101101 | 1011011 | 110100 |
Color Harmonies of #F416EF
Complementary color
Monochromatic Colors of #F416EF
Black with #F416EF
Text Example
Text Example
White with #F416EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416EF; }
p { color: rgb(244,22,239); }
H1.HeaderClassName
{
color: #F416EF;
}
.AnyTagClassName
{
color: #F416EF;
}
</style>
background-color css
<style>
a { background-color: #F416EF; }
a { background-color: rgb(244,22,239); }
div.DivClassName
{
background-color: #F416EF;
}
.BgClassName
{
background-color: #F416EF;
}
</style>
border-color css
<style>
span { border-color: #F416EF; }
span { border-color: rgb(244,22,239); }
td.TdClassName
{
border-color: #F416EF;
}
.TagClassName
{
border-color: #F416EF;
}
</style>