Shades of Magenta #FA05FA
Tints of Magenta #FA05FA
RGB
CMYK
RGB Variations
Color information
#FA05FA (or 0xFA05FA) is known color: Magenta. HEX triplet: FA, 05 and FA. RGB value is (250,5,250). Sum of RGB (Red+Green+Blue) = 250+5+250=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 5 (2.34% from 255 or 0.99% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA05FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA05FA is #05FA05. Grayscale: #696969. Windows color (decimal): -391686 or 16385530. OLE color: 16385530.
HSL color Cylindrical-coordinate representation of color #FA05FA: hue angle of 300º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05FA is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 250 | - |
| CMYK | 0 | 0.98 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.5% | - |
| HSV(B) | 300º | 0.98% | 0.98% | - |
| XYZ | 56.73 | 27.33 | 92.73 | - |
| YUV | 106.19 | 209.17 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 250 | 0 | 0.98 | 0 | 0.02 | 300 | 0.96 | 0.5 |
| Hex | FA | 5 | FA | 0 | 62 | 0 | 2 | 12C | 60 | 32 |
| Octal | 372 | 5 | 372 | 0 | 142 | 0 | 2 | 454 | 140 | 62 |
| Binary | 11111010 | 101 | 11111010 | 0 | 1100010 | 0 | 10 | 100101100 | 1100000 | 110010 |
Color Harmonies of #FA05FA
Complementary color
Monochromatic Colors of #FA05FA
Black with #FA05FA
Text Example
Text Example
White with #FA05FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05FA; }
p { color: rgb(250,5,250); }
H1.HeaderClassName
{
color: #FA05FA;
}
.AnyTagClassName
{
color: #FA05FA;
}
</style>
background-color css
<style>
a { background-color: #FA05FA; }
a { background-color: rgb(250,5,250); }
div.DivClassName
{
background-color: #FA05FA;
}
.BgClassName
{
background-color: #FA05FA;
}
</style>
border-color css
<style>
span { border-color: #FA05FA; }
span { border-color: rgb(250,5,250); }
td.TdClassName
{
border-color: #FA05FA;
}
.TagClassName
{
border-color: #FA05FA;
}
</style>