Shades of Magenta #FA01FA
Tints of Magenta #FA01FA
RGB
CMYK
RGB Variations
Color information
#FA01FA (or 0xFA01FA) is known color: Magenta. HEX triplet: FA, 01 and FA. RGB value is (250,1,250). Sum of RGB (Red+Green+Blue) = 250+1+250=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 1 (0.78% from 255 or 0.20% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA01FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01FA is #05FE05. Grayscale: #676767. Windows color (decimal): -392710 or 16384506. OLE color: 16384506.
HSL color Cylindrical-coordinate representation of color #FA01FA: hue angle of 300º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01FA is Cyan = 0, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 250 | - |
| CMYK | 0 | 1.00 | 0 | 0.02 |
| HSL | 300º | 0.99% | 0.49% | - |
| HSV(B) | 300º | 1% | 0.98% | - |
| XYZ | 56.69 | 27.25 | 92.71 | - |
| YUV | 103.84 | 210.49 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 250 | 0 | 1.00 | 0 | 0.02 | 300 | 0.99 | 0.49 |
| Hex | FA | 1 | FA | 0 | 64 | 0 | 2 | 12C | 63 | 31 |
| Octal | 372 | 1 | 372 | 0 | 144 | 0 | 2 | 454 | 143 | 61 |
| Binary | 11111010 | 1 | 11111010 | 0 | 1100100 | 0 | 10 | 100101100 | 1100011 | 110001 |
Color Harmonies of #FA01FA
Complementary color
Monochromatic Colors of #FA01FA
Black with #FA01FA
Text Example
Text Example
White with #FA01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01FA; }
p { color: rgb(250,1,250); }
H1.HeaderClassName
{
color: #FA01FA;
}
.AnyTagClassName
{
color: #FA01FA;
}
</style>
background-color css
<style>
a { background-color: #FA01FA; }
a { background-color: rgb(250,1,250); }
div.DivClassName
{
background-color: #FA01FA;
}
.BgClassName
{
background-color: #FA01FA;
}
</style>
border-color css
<style>
span { border-color: #FA01FA; }
span { border-color: rgb(250,1,250); }
td.TdClassName
{
border-color: #FA01FA;
}
.TagClassName
{
border-color: #FA01FA;
}
</style>