Shades of Magenta #FA1AF3
Tints of Magenta #FA1AF3
RGB
CMYK
RGB Variations
Color information
#FA1AF3 (or 0xFA1AF3) is known color: Magenta. HEX triplet: FA, 1A and F3. RGB value is (250,26,243). Sum of RGB (Red+Green+Blue) = 250+26+243=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 26 (10.55% from 255 or 5.01% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AF3 is #05E50C. Grayscale: #757575. Windows color (decimal): -386317 or 15932154. OLE color: 15932154.
HSL color Cylindrical-coordinate representation of color #FA1AF3: hue angle of 301.88º 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 #FA1AF3 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 243 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.02 |
| HSL | 301.88º | 0.96% | 0.54% | - |
| HSV(B) | 301.88º | 0.9% | 0.98% | - |
| XYZ | 55.97 | 27.53 | 87.16 | - |
| YUV | 117.71 | 198.71 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 243 | 0 | 0.90 | 0.03 | 0.02 | 301.88 | 0.96 | 0.54 |
| Hex | FA | 1A | F3 | 0 | 5A | 3 | 2 | 12E | 60 | 36 |
| Octal | 372 | 32 | 363 | 0 | 132 | 3 | 2 | 456 | 140 | 66 |
| Binary | 11111010 | 11010 | 11110011 | 0 | 1011010 | 11 | 10 | 100101110 | 1100000 | 110110 |
Color Harmonies of #FA1AF3
Complementary color
Monochromatic Colors of #FA1AF3
Black with #FA1AF3
Text Example
Text Example
White with #FA1AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AF3; }
p { color: rgb(250,26,243); }
H1.HeaderClassName
{
color: #FA1AF3;
}
.AnyTagClassName
{
color: #FA1AF3;
}
</style>
background-color css
<style>
a { background-color: #FA1AF3; }
a { background-color: rgb(250,26,243); }
div.DivClassName
{
background-color: #FA1AF3;
}
.BgClassName
{
background-color: #FA1AF3;
}
</style>
border-color css
<style>
span { border-color: #FA1AF3; }
span { border-color: rgb(250,26,243); }
td.TdClassName
{
border-color: #FA1AF3;
}
.TagClassName
{
border-color: #FA1AF3;
}
</style>