Shades of Magenta #FA0AE6
Tints of Magenta #FA0AE6
RGB
CMYK
RGB Variations
Color information
#FA0AE6 (or 0xFA0AE6) is known color: Magenta. HEX triplet: FA, 0A and E6. RGB value is (250,10,230). Sum of RGB (Red+Green+Blue) = 250+10+230=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 10 (4.30% from 255 or 2.04% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AE6 is #05F519. Grayscale: #6A6A6A. Windows color (decimal): -390426 or 15076090. OLE color: 15076090.
HSL color Cylindrical-coordinate representation of color #FA0AE6: hue angle of 305º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0AE6 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 230 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.02 |
| HSL | 305º | 0.96% | 0.51% | - |
| HSV(B) | 305º | 0.96% | 0.98% | - |
| XYZ | 53.82 | 26.25 | 77.09 | - |
| YUV | 106.84 | 197.51 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 230 | 0 | 0.96 | 0.08 | 0.02 | 305 | 0.96 | 0.51 |
| Hex | FA | A | E6 | 0 | 60 | 8 | 2 | 131 | 60 | 33 |
| Octal | 372 | 12 | 346 | 0 | 140 | 10 | 2 | 461 | 140 | 63 |
| Binary | 11111010 | 1010 | 11100110 | 0 | 1100000 | 1000 | 10 | 100110001 | 1100000 | 110011 |
Color Harmonies of #FA0AE6
Complementary color
Monochromatic Colors of #FA0AE6
Black with #FA0AE6
Text Example
Text Example
White with #FA0AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AE6; }
p { color: rgb(250,10,230); }
H1.HeaderClassName
{
color: #FA0AE6;
}
.AnyTagClassName
{
color: #FA0AE6;
}
</style>
background-color css
<style>
a { background-color: #FA0AE6; }
a { background-color: rgb(250,10,230); }
div.DivClassName
{
background-color: #FA0AE6;
}
.BgClassName
{
background-color: #FA0AE6;
}
</style>
border-color css
<style>
span { border-color: #FA0AE6; }
span { border-color: rgb(250,10,230); }
td.TdClassName
{
border-color: #FA0AE6;
}
.TagClassName
{
border-color: #FA0AE6;
}
</style>