Shades of Magenta #FA1AFA
Tints of Magenta #FA1AFA
RGB
CMYK
RGB Variations
Color information
#FA1AFA (or 0xFA1AFA) is known color: Magenta. HEX triplet: FA, 1A and FA. RGB value is (250,26,250). Sum of RGB (Red+Green+Blue) = 250+26+250=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 26 (10.55% from 255 or 4.94% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA1AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AFA is #05E505. Grayscale: #757575. Windows color (decimal): -386310 or 16390906. OLE color: 16390906.
HSL color Cylindrical-coordinate representation of color #FA1AFA: hue angle of 300º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1AFA is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 250 | - |
| CMYK | 0 | 0.90 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.54% | - |
| HSV(B) | 300º | 0.9% | 0.98% | - |
| XYZ | 57.05 | 27.96 | 92.83 | - |
| YUV | 118.51 | 202.21 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 250 | 0 | 0.90 | 0 | 0.02 | 300 | 0.96 | 0.54 |
| Hex | FA | 1A | FA | 0 | 5A | 0 | 2 | 12C | 60 | 36 |
| Octal | 372 | 32 | 372 | 0 | 132 | 0 | 2 | 454 | 140 | 66 |
| Binary | 11111010 | 11010 | 11111010 | 0 | 1011010 | 0 | 10 | 100101100 | 1100000 | 110110 |
Color Harmonies of #FA1AFA
Complementary color
Monochromatic Colors of #FA1AFA
Black with #FA1AFA
Text Example
Text Example
White with #FA1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AFA; }
p { color: rgb(250,26,250); }
H1.HeaderClassName
{
color: #FA1AFA;
}
.AnyTagClassName
{
color: #FA1AFA;
}
</style>
background-color css
<style>
a { background-color: #FA1AFA; }
a { background-color: rgb(250,26,250); }
div.DivClassName
{
background-color: #FA1AFA;
}
.BgClassName
{
background-color: #FA1AFA;
}
</style>
border-color css
<style>
span { border-color: #FA1AFA; }
span { border-color: rgb(250,26,250); }
td.TdClassName
{
border-color: #FA1AFA;
}
.TagClassName
{
border-color: #FA1AFA;
}
</style>