Shades of Magenta #FA0AFC
Tints of Magenta #FA0AFC
RGB
CMYK
RGB Variations
Color information
#FA0AFC (or 0xFA0AFC) is known color: Magenta. HEX triplet: FA, 0A and FC. RGB value is (250,10,252). Sum of RGB (Red+Green+Blue) = 250+10+252=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 10 (4.30% from 255 or 1.95% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA0AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AFC is #05F503. Grayscale: #6C6C6C. Windows color (decimal): -390404 or 16517882. OLE color: 16517882.
HSL color Cylindrical-coordinate representation of color #FA0AFC: hue angle of 299.5º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0AFC is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 10 | 252 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.01 |
| HSL | 299.5º | 0.98% | 0.51% | - |
| HSV(B) | 299.5º | 0.96% | 0.99% | - |
| XYZ | 57.1 | 27.57 | 94.41 | - |
| YUV | 109.35 | 208.51 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 252 | 0.01 | 0.96 | 0 | 0.01 | 299.5 | 0.98 | 0.51 |
| Hex | FA | A | FC | 1 | 60 | 0 | 1 | 12C | 62 | 33 |
| Octal | 372 | 12 | 374 | 1 | 140 | 0 | 1 | 454 | 142 | 63 |
| Binary | 11111010 | 1010 | 11111100 | 1 | 1100000 | 0 | 1 | 100101100 | 1100010 | 110011 |
Color Harmonies of #FA0AFC
Complementary color
Monochromatic Colors of #FA0AFC
Black with #FA0AFC
Text Example
Text Example
White with #FA0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AFC; }
p { color: rgb(250,10,252); }
H1.HeaderClassName
{
color: #FA0AFC;
}
.AnyTagClassName
{
color: #FA0AFC;
}
</style>
background-color css
<style>
a { background-color: #FA0AFC; }
a { background-color: rgb(250,10,252); }
div.DivClassName
{
background-color: #FA0AFC;
}
.BgClassName
{
background-color: #FA0AFC;
}
</style>
border-color css
<style>
span { border-color: #FA0AFC; }
span { border-color: rgb(250,10,252); }
td.TdClassName
{
border-color: #FA0AFC;
}
.TagClassName
{
border-color: #FA0AFC;
}
</style>