Shades of Magenta #F416FA
Tints of Magenta #F416FA
RGB
CMYK
RGB Variations
Color information
#F416FA (or 0xF416FA) is known color: Magenta. HEX triplet: F4, 16 and FA. RGB value is (244,22,250). Sum of RGB (Red+Green+Blue) = 244+22+250=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 22 (8.98% from 255 or 4.26% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #F416FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F416FA is #0BE905. Grayscale: #717171. Windows color (decimal): -780550 or 16389876. OLE color: 16389876.
HSL color Cylindrical-coordinate representation of color #F416FA: hue angle of 298.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F416FA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 22 | 250 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.02 |
| HSL | 298.42º | 0.96% | 0.53% | - |
| HSV(B) | 298.42º | 0.91% | 0.98% | - |
| XYZ | 54.85 | 26.71 | 92.71 | - |
| YUV | 114.37 | 204.55 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 250 | 0.02 | 0.91 | 0 | 0.02 | 298.42 | 0.96 | 0.53 |
| Hex | F4 | 16 | FA | 2 | 5B | 0 | 2 | 12A | 60 | 35 |
| Octal | 364 | 26 | 372 | 2 | 133 | 0 | 2 | 452 | 140 | 65 |
| Binary | 11110100 | 10110 | 11111010 | 10 | 1011011 | 0 | 10 | 100101010 | 1100000 | 110101 |
Color Harmonies of #F416FA
Complementary color
Monochromatic Colors of #F416FA
Black with #F416FA
Text Example
Text Example
White with #F416FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416FA; }
p { color: rgb(244,22,250); }
H1.HeaderClassName
{
color: #F416FA;
}
.AnyTagClassName
{
color: #F416FA;
}
</style>
background-color css
<style>
a { background-color: #F416FA; }
a { background-color: rgb(244,22,250); }
div.DivClassName
{
background-color: #F416FA;
}
.BgClassName
{
background-color: #F416FA;
}
</style>
border-color css
<style>
span { border-color: #F416FA; }
span { border-color: rgb(244,22,250); }
td.TdClassName
{
border-color: #F416FA;
}
.TagClassName
{
border-color: #F416FA;
}
</style>