Shades of Magenta #FA0AF1
Tints of Magenta #FA0AF1
RGB
CMYK
RGB Variations
Color information
#FA0AF1 (or 0xFA0AF1) is known color: Magenta. HEX triplet: FA, 0A and F1. RGB value is (250,10,241). Sum of RGB (Red+Green+Blue) = 250+10+241=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 10 (4.30% from 255 or 2.00% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AF1 is #05F50E. Grayscale: #6B6B6B. Windows color (decimal): -390415 or 15796986. OLE color: 15796986.
HSL color Cylindrical-coordinate representation of color #FA0AF1: hue angle of 302.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0AF1 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 241 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.02 |
| HSL | 302.25º | 0.96% | 0.51% | - |
| HSV(B) | 302.25º | 0.96% | 0.98% | - |
| XYZ | 55.41 | 26.89 | 85.49 | - |
| YUV | 108.09 | 203.01 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 241 | 0 | 0.96 | 0.04 | 0.02 | 302.25 | 0.96 | 0.51 |
| Hex | FA | A | F1 | 0 | 60 | 4 | 2 | 12E | 60 | 33 |
| Octal | 372 | 12 | 361 | 0 | 140 | 4 | 2 | 456 | 140 | 63 |
| Binary | 11111010 | 1010 | 11110001 | 0 | 1100000 | 100 | 10 | 100101110 | 1100000 | 110011 |
Color Harmonies of #FA0AF1
Complementary color
Monochromatic Colors of #FA0AF1
Black with #FA0AF1
Text Example
Text Example
White with #FA0AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AF1; }
p { color: rgb(250,10,241); }
H1.HeaderClassName
{
color: #FA0AF1;
}
.AnyTagClassName
{
color: #FA0AF1;
}
</style>
background-color css
<style>
a { background-color: #FA0AF1; }
a { background-color: rgb(250,10,241); }
div.DivClassName
{
background-color: #FA0AF1;
}
.BgClassName
{
background-color: #FA0AF1;
}
</style>
border-color css
<style>
span { border-color: #FA0AF1; }
span { border-color: rgb(250,10,241); }
td.TdClassName
{
border-color: #FA0AF1;
}
.TagClassName
{
border-color: #FA0AF1;
}
</style>