Shades of Magenta #FA0EFA
Tints of Magenta #FA0EFA
RGB
CMYK
RGB Variations
Color information
#FA0EFA (or 0xFA0EFA) is known color: Magenta. HEX triplet: FA, 0E and FA. RGB value is (250,14,250). Sum of RGB (Red+Green+Blue) = 250+14+250=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 14 (5.86% from 255 or 2.72% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA0EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0EFA is #05F105. Grayscale: #6E6E6E. Windows color (decimal): -389382 or 16387834. OLE color: 16387834.
HSL color Cylindrical-coordinate representation of color #FA0EFA: hue angle of 300º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0EFA is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 250 | - |
| CMYK | 0 | 0.94 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.52% | - |
| HSV(B) | 300º | 0.94% | 0.98% | - |
| XYZ | 56.84 | 27.54 | 92.76 | - |
| YUV | 111.47 | 206.19 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 250 | 0 | 0.94 | 0 | 0.02 | 300 | 0.96 | 0.52 |
| Hex | FA | E | FA | 0 | 5E | 0 | 2 | 12C | 60 | 34 |
| Octal | 372 | 16 | 372 | 0 | 136 | 0 | 2 | 454 | 140 | 64 |
| Binary | 11111010 | 1110 | 11111010 | 0 | 1011110 | 0 | 10 | 100101100 | 1100000 | 110100 |
Color Harmonies of #FA0EFA
Complementary color
Monochromatic Colors of #FA0EFA
Black with #FA0EFA
Text Example
Text Example
White with #FA0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EFA; }
p { color: rgb(250,14,250); }
H1.HeaderClassName
{
color: #FA0EFA;
}
.AnyTagClassName
{
color: #FA0EFA;
}
</style>
background-color css
<style>
a { background-color: #FA0EFA; }
a { background-color: rgb(250,14,250); }
div.DivClassName
{
background-color: #FA0EFA;
}
.BgClassName
{
background-color: #FA0EFA;
}
</style>
border-color css
<style>
span { border-color: #FA0EFA; }
span { border-color: rgb(250,14,250); }
td.TdClassName
{
border-color: #FA0EFA;
}
.TagClassName
{
border-color: #FA0EFA;
}
</style>