Shades of Magenta #FA1AF6
Tints of Magenta #FA1AF6
RGB
CMYK
RGB Variations
Color information
#FA1AF6 (or 0xFA1AF6) is known color: Magenta. HEX triplet: FA, 1A and F6. RGB value is (250,26,246). Sum of RGB (Red+Green+Blue) = 250+26+246=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 26 (10.55% from 255 or 4.98% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AF6 is #05E509. Grayscale: #757575. Windows color (decimal): -386314 or 16128762. OLE color: 16128762.
HSL color Cylindrical-coordinate representation of color #FA1AF6: hue angle of 301.07º 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 #FA1AF6 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 246 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.02 |
| HSL | 301.07º | 0.96% | 0.54% | - |
| HSV(B) | 301.07º | 0.9% | 0.98% | - |
| XYZ | 56.43 | 27.72 | 89.56 | - |
| YUV | 118.06 | 200.21 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 246 | 0 | 0.90 | 0.02 | 0.02 | 301.07 | 0.96 | 0.54 |
| Hex | FA | 1A | F6 | 0 | 5A | 2 | 2 | 12D | 60 | 36 |
| Octal | 372 | 32 | 366 | 0 | 132 | 2 | 2 | 455 | 140 | 66 |
| Binary | 11111010 | 11010 | 11110110 | 0 | 1011010 | 10 | 10 | 100101101 | 1100000 | 110110 |
Color Harmonies of #FA1AF6
Complementary color
Monochromatic Colors of #FA1AF6
Black with #FA1AF6
Text Example
Text Example
White with #FA1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AF6; }
p { color: rgb(250,26,246); }
H1.HeaderClassName
{
color: #FA1AF6;
}
.AnyTagClassName
{
color: #FA1AF6;
}
</style>
background-color css
<style>
a { background-color: #FA1AF6; }
a { background-color: rgb(250,26,246); }
div.DivClassName
{
background-color: #FA1AF6;
}
.BgClassName
{
background-color: #FA1AF6;
}
</style>
border-color css
<style>
span { border-color: #FA1AF6; }
span { border-color: rgb(250,26,246); }
td.TdClassName
{
border-color: #FA1AF6;
}
.TagClassName
{
border-color: #FA1AF6;
}
</style>