Shades of Magenta #FA1AF5
Tints of Magenta #FA1AF5
RGB
CMYK
RGB Variations
Color information
#FA1AF5 (or 0xFA1AF5) is known color: Magenta. HEX triplet: FA, 1A and F5. RGB value is (250,26,245). Sum of RGB (Red+Green+Blue) = 250+26+245=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 26 (10.55% from 255 or 4.99% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AF5 is #05E50A. Grayscale: #757575. Windows color (decimal): -386315 or 16063226. OLE color: 16063226.
HSL color Cylindrical-coordinate representation of color #FA1AF5: hue angle of 301.34º 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 #FA1AF5 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 245 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.02 |
| HSL | 301.34º | 0.96% | 0.54% | - |
| HSV(B) | 301.34º | 0.9% | 0.98% | - |
| XYZ | 56.28 | 27.66 | 88.76 | - |
| YUV | 117.94 | 199.71 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 245 | 0 | 0.90 | 0.02 | 0.02 | 301.34 | 0.96 | 0.54 |
| Hex | FA | 1A | F5 | 0 | 5A | 2 | 2 | 12D | 60 | 36 |
| Octal | 372 | 32 | 365 | 0 | 132 | 2 | 2 | 455 | 140 | 66 |
| Binary | 11111010 | 11010 | 11110101 | 0 | 1011010 | 10 | 10 | 100101101 | 1100000 | 110110 |
Color Harmonies of #FA1AF5
Complementary color
Monochromatic Colors of #FA1AF5
Black with #FA1AF5
Text Example
Text Example
White with #FA1AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AF5; }
p { color: rgb(250,26,245); }
H1.HeaderClassName
{
color: #FA1AF5;
}
.AnyTagClassName
{
color: #FA1AF5;
}
</style>
background-color css
<style>
a { background-color: #FA1AF5; }
a { background-color: rgb(250,26,245); }
div.DivClassName
{
background-color: #FA1AF5;
}
.BgClassName
{
background-color: #FA1AF5;
}
</style>
border-color css
<style>
span { border-color: #FA1AF5; }
span { border-color: rgb(250,26,245); }
td.TdClassName
{
border-color: #FA1AF5;
}
.TagClassName
{
border-color: #FA1AF5;
}
</style>