Shades of Magenta #FA1AF0
Tints of Magenta #FA1AF0
RGB
CMYK
RGB Variations
Color information
#FA1AF0 (or 0xFA1AF0) is known color: Magenta. HEX triplet: FA, 1A and F0. RGB value is (250,26,240). Sum of RGB (Red+Green+Blue) = 250+26+240=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 26 (10.55% from 255 or 5.04% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AF0 is #05E50F. Grayscale: #747474. Windows color (decimal): -386320 or 15735546. OLE color: 15735546.
HSL color Cylindrical-coordinate representation of color #FA1AF0: hue angle of 302.68º 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 #FA1AF0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 240 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.02 |
| HSL | 302.68º | 0.96% | 0.54% | - |
| HSV(B) | 302.68º | 0.9% | 0.98% | - |
| XYZ | 55.52 | 27.35 | 84.79 | - |
| YUV | 117.37 | 197.21 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 240 | 0 | 0.90 | 0.04 | 0.02 | 302.68 | 0.96 | 0.54 |
| Hex | FA | 1A | F0 | 0 | 5A | 4 | 2 | 12F | 60 | 36 |
| Octal | 372 | 32 | 360 | 0 | 132 | 4 | 2 | 457 | 140 | 66 |
| Binary | 11111010 | 11010 | 11110000 | 0 | 1011010 | 100 | 10 | 100101111 | 1100000 | 110110 |
Color Harmonies of #FA1AF0
Complementary color
Monochromatic Colors of #FA1AF0
Black with #FA1AF0
Text Example
Text Example
White with #FA1AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AF0; }
p { color: rgb(250,26,240); }
H1.HeaderClassName
{
color: #FA1AF0;
}
.AnyTagClassName
{
color: #FA1AF0;
}
</style>
background-color css
<style>
a { background-color: #FA1AF0; }
a { background-color: rgb(250,26,240); }
div.DivClassName
{
background-color: #FA1AF0;
}
.BgClassName
{
background-color: #FA1AF0;
}
</style>
border-color css
<style>
span { border-color: #FA1AF0; }
span { border-color: rgb(250,26,240); }
td.TdClassName
{
border-color: #FA1AF0;
}
.TagClassName
{
border-color: #FA1AF0;
}
</style>