Shades of Magenta #FA16E8
Tints of Magenta #FA16E8
RGB
CMYK
RGB Variations
Color information
#FA16E8 (or 0xFA16E8) is known color: Magenta. HEX triplet: FA, 16 and E8. RGB value is (250,22,232). Sum of RGB (Red+Green+Blue) = 250+22+232=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 22 (8.98% from 255 or 4.37% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA16E8 is #05E917. Grayscale: #717171. Windows color (decimal): -387352 or 15210234. OLE color: 15210234.
HSL color Cylindrical-coordinate representation of color #FA16E8: hue angle of 304.74º 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 #FA16E8 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 232 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.02 |
| HSL | 304.74º | 0.96% | 0.53% | - |
| HSV(B) | 304.74º | 0.91% | 0.98% | - |
| XYZ | 54.28 | 26.72 | 78.64 | - |
| YUV | 114.11 | 194.54 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 232 | 0 | 0.91 | 0.07 | 0.02 | 304.74 | 0.96 | 0.53 |
| Hex | FA | 16 | E8 | 0 | 5B | 7 | 2 | 131 | 60 | 35 |
| Octal | 372 | 26 | 350 | 0 | 133 | 7 | 2 | 461 | 140 | 65 |
| Binary | 11111010 | 10110 | 11101000 | 0 | 1011011 | 111 | 10 | 100110001 | 1100000 | 110101 |
Color Harmonies of #FA16E8
Complementary color
Monochromatic Colors of #FA16E8
Black with #FA16E8
Text Example
Text Example
White with #FA16E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA16E8; }
p { color: rgb(250,22,232); }
H1.HeaderClassName
{
color: #FA16E8;
}
.AnyTagClassName
{
color: #FA16E8;
}
</style>
background-color css
<style>
a { background-color: #FA16E8; }
a { background-color: rgb(250,22,232); }
div.DivClassName
{
background-color: #FA16E8;
}
.BgClassName
{
background-color: #FA16E8;
}
</style>
border-color css
<style>
span { border-color: #FA16E8; }
span { border-color: rgb(250,22,232); }
td.TdClassName
{
border-color: #FA16E8;
}
.TagClassName
{
border-color: #FA16E8;
}
</style>