Shades of Magenta #FA1AFE
Tints of Magenta #FA1AFE
RGB
CMYK
RGB Variations
Color information
#FA1AFE (or 0xFA1AFE) is known color: Magenta. HEX triplet: FA, 1A and FE. RGB value is (250,26,254). Sum of RGB (Red+Green+Blue) = 250+26+254=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 26 (10.55% from 255 or 4.91% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA1AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AFE is #05E501. Grayscale: #767676. Windows color (decimal): -386306 or 16653050. OLE color: 16653050.
HSL color Cylindrical-coordinate representation of color #FA1AFE: hue angle of 298.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1AFE is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 26 | 254 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.00 |
| HSL | 298.95º | 0.99% | 0.55% | - |
| HSV(B) | 298.95º | 0.9% | 1% | - |
| XYZ | 57.68 | 28.22 | 96.17 | - |
| YUV | 118.97 | 204.21 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 254 | 0.02 | 0.90 | 0 | 0.00 | 298.95 | 0.99 | 0.55 |
| Hex | FA | 1A | FE | 2 | 5A | 0 | 0 | 12B | 63 | 37 |
| Octal | 372 | 32 | 376 | 2 | 132 | 0 | 0 | 453 | 143 | 67 |
| Binary | 11111010 | 11010 | 11111110 | 10 | 1011010 | 0 | 0 | 100101011 | 1100011 | 110111 |
Color Harmonies of #FA1AFE
Complementary color
Monochromatic Colors of #FA1AFE
Black with #FA1AFE
Text Example
Text Example
White with #FA1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AFE; }
p { color: rgb(250,26,254); }
H1.HeaderClassName
{
color: #FA1AFE;
}
.AnyTagClassName
{
color: #FA1AFE;
}
</style>
background-color css
<style>
a { background-color: #FA1AFE; }
a { background-color: rgb(250,26,254); }
div.DivClassName
{
background-color: #FA1AFE;
}
.BgClassName
{
background-color: #FA1AFE;
}
</style>
border-color css
<style>
span { border-color: #FA1AFE; }
span { border-color: rgb(250,26,254); }
td.TdClassName
{
border-color: #FA1AFE;
}
.TagClassName
{
border-color: #FA1AFE;
}
</style>