Shades of Magenta #FA1AEA
Tints of Magenta #FA1AEA
RGB
CMYK
RGB Variations
Color information
#FA1AEA (or 0xFA1AEA) is known color: Magenta. HEX triplet: FA, 1A and EA. RGB value is (250,26,234). Sum of RGB (Red+Green+Blue) = 250+26+234=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 26 (10.55% from 255 or 5.10% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AEA is #05E515. Grayscale: #747474. Windows color (decimal): -386326 or 15342330. OLE color: 15342330.
HSL color Cylindrical-coordinate representation of color #FA1AEA: hue angle of 304.29º 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 #FA1AEA is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 234 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.02 |
| HSL | 304.29º | 0.96% | 0.54% | - |
| HSV(B) | 304.29º | 0.9% | 0.98% | - |
| XYZ | 54.65 | 27 | 80.17 | - |
| YUV | 116.69 | 194.21 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 234 | 0 | 0.90 | 0.06 | 0.02 | 304.29 | 0.96 | 0.54 |
| Hex | FA | 1A | EA | 0 | 5A | 6 | 2 | 130 | 60 | 36 |
| Octal | 372 | 32 | 352 | 0 | 132 | 6 | 2 | 460 | 140 | 66 |
| Binary | 11111010 | 11010 | 11101010 | 0 | 1011010 | 110 | 10 | 100110000 | 1100000 | 110110 |
Color Harmonies of #FA1AEA
Complementary color
Monochromatic Colors of #FA1AEA
Black with #FA1AEA
Text Example
Text Example
White with #FA1AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AEA; }
p { color: rgb(250,26,234); }
H1.HeaderClassName
{
color: #FA1AEA;
}
.AnyTagClassName
{
color: #FA1AEA;
}
</style>
background-color css
<style>
a { background-color: #FA1AEA; }
a { background-color: rgb(250,26,234); }
div.DivClassName
{
background-color: #FA1AEA;
}
.BgClassName
{
background-color: #FA1AEA;
}
</style>
border-color css
<style>
span { border-color: #FA1AEA; }
span { border-color: rgb(250,26,234); }
td.TdClassName
{
border-color: #FA1AEA;
}
.TagClassName
{
border-color: #FA1AEA;
}
</style>