Shades of Magenta #FA1AF4
Tints of Magenta #FA1AF4
RGB
CMYK
RGB Variations
Color information
#FA1AF4 (or 0xFA1AF4) is known color: Magenta. HEX triplet: FA, 1A and F4. RGB value is (250,26,244). Sum of RGB (Red+Green+Blue) = 250+26+244=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 26 (10.55% from 255 or 5% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AF4 is #05E50B. Grayscale: #757575. Windows color (decimal): -386316 or 15997690. OLE color: 15997690.
HSL color Cylindrical-coordinate representation of color #FA1AF4: hue angle of 301.61º 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 #FA1AF4 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 244 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.02 |
| HSL | 301.61º | 0.96% | 0.54% | - |
| HSV(B) | 301.61º | 0.9% | 0.98% | - |
| XYZ | 56.12 | 27.59 | 87.96 | - |
| YUV | 117.83 | 199.21 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 244 | 0 | 0.90 | 0.02 | 0.02 | 301.61 | 0.96 | 0.54 |
| Hex | FA | 1A | F4 | 0 | 5A | 2 | 2 | 12E | 60 | 36 |
| Octal | 372 | 32 | 364 | 0 | 132 | 2 | 2 | 456 | 140 | 66 |
| Binary | 11111010 | 11010 | 11110100 | 0 | 1011010 | 10 | 10 | 100101110 | 1100000 | 110110 |
Color Harmonies of #FA1AF4
Complementary color
Monochromatic Colors of #FA1AF4
Black with #FA1AF4
Text Example
Text Example
White with #FA1AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AF4; }
p { color: rgb(250,26,244); }
H1.HeaderClassName
{
color: #FA1AF4;
}
.AnyTagClassName
{
color: #FA1AF4;
}
</style>
background-color css
<style>
a { background-color: #FA1AF4; }
a { background-color: rgb(250,26,244); }
div.DivClassName
{
background-color: #FA1AF4;
}
.BgClassName
{
background-color: #FA1AF4;
}
</style>
border-color css
<style>
span { border-color: #FA1AF4; }
span { border-color: rgb(250,26,244); }
td.TdClassName
{
border-color: #FA1AF4;
}
.TagClassName
{
border-color: #FA1AF4;
}
</style>