Shades of Magenta #FA1EFA
Tints of Magenta #FA1EFA
RGB
CMYK
RGB Variations
Color information
#FA1EFA (or 0xFA1EFA) is known color: Magenta. HEX triplet: FA, 1E and FA. RGB value is (250,30,250). Sum of RGB (Red+Green+Blue) = 250+30+250=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 30 (12.11% from 255 or 5.66% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA1EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1EFA is #05E105. Grayscale: #787878. Windows color (decimal): -385286 or 16391930. OLE color: 16391930.
HSL color Cylindrical-coordinate representation of color #FA1EFA: hue angle of 300º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1EFA is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 250 | - |
| CMYK | 0 | 0.88 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.55% | - |
| HSV(B) | 300º | 0.88% | 0.98% | - |
| XYZ | 57.14 | 28.15 | 92.87 | - |
| YUV | 120.86 | 200.89 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 250 | 0 | 0.88 | 0 | 0.02 | 300 | 0.96 | 0.55 |
| Hex | FA | 1E | FA | 0 | 58 | 0 | 2 | 12C | 60 | 37 |
| Octal | 372 | 36 | 372 | 0 | 130 | 0 | 2 | 454 | 140 | 67 |
| Binary | 11111010 | 11110 | 11111010 | 0 | 1011000 | 0 | 10 | 100101100 | 1100000 | 110111 |
Color Harmonies of #FA1EFA
Complementary color
Monochromatic Colors of #FA1EFA
Black with #FA1EFA
Text Example
Text Example
White with #FA1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EFA; }
p { color: rgb(250,30,250); }
H1.HeaderClassName
{
color: #FA1EFA;
}
.AnyTagClassName
{
color: #FA1EFA;
}
</style>
background-color css
<style>
a { background-color: #FA1EFA; }
a { background-color: rgb(250,30,250); }
div.DivClassName
{
background-color: #FA1EFA;
}
.BgClassName
{
background-color: #FA1EFA;
}
</style>
border-color css
<style>
span { border-color: #FA1EFA; }
span { border-color: rgb(250,30,250); }
td.TdClassName
{
border-color: #FA1EFA;
}
.TagClassName
{
border-color: #FA1EFA;
}
</style>