Shades of Magenta #FA0AF0
Tints of Magenta #FA0AF0
RGB
CMYK
RGB Variations
Color information
#FA0AF0 (or 0xFA0AF0) is known color: Magenta. HEX triplet: FA, 0A and F0. RGB value is (250,10,240). Sum of RGB (Red+Green+Blue) = 250+10+240=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 10 (4.30% from 255 or 2% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AF0 is #05F50F. Grayscale: #6B6B6B. Windows color (decimal): -390416 or 15731450. OLE color: 15731450.
HSL color Cylindrical-coordinate representation of color #FA0AF0: hue angle of 302.5º 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 #FA0AF0 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 240 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.02 |
| HSL | 302.5º | 0.96% | 0.51% | - |
| HSV(B) | 302.5º | 0.96% | 0.98% | - |
| XYZ | 55.26 | 26.83 | 84.7 | - |
| YUV | 107.98 | 202.51 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 240 | 0 | 0.96 | 0.04 | 0.02 | 302.5 | 0.96 | 0.51 |
| Hex | FA | A | F0 | 0 | 60 | 4 | 2 | 12E | 60 | 33 |
| Octal | 372 | 12 | 360 | 0 | 140 | 4 | 2 | 456 | 140 | 63 |
| Binary | 11111010 | 1010 | 11110000 | 0 | 1100000 | 100 | 10 | 100101110 | 1100000 | 110011 |
Color Harmonies of #FA0AF0
Complementary color
Monochromatic Colors of #FA0AF0
Black with #FA0AF0
Text Example
Text Example
White with #FA0AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AF0; }
p { color: rgb(250,10,240); }
H1.HeaderClassName
{
color: #FA0AF0;
}
.AnyTagClassName
{
color: #FA0AF0;
}
</style>
background-color css
<style>
a { background-color: #FA0AF0; }
a { background-color: rgb(250,10,240); }
div.DivClassName
{
background-color: #FA0AF0;
}
.BgClassName
{
background-color: #FA0AF0;
}
</style>
border-color css
<style>
span { border-color: #FA0AF0; }
span { border-color: rgb(250,10,240); }
td.TdClassName
{
border-color: #FA0AF0;
}
.TagClassName
{
border-color: #FA0AF0;
}
</style>