Shades of Magenta #FA04FA
Tints of Magenta #FA04FA
RGB
CMYK
RGB Variations
Color information
#FA04FA (or 0xFA04FA) is known color: Magenta. HEX triplet: FA, 04 and FA. RGB value is (250,4,250). Sum of RGB (Red+Green+Blue) = 250+4+250=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 4 (1.95% from 255 or 0.79% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA04FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA04FA is #05FB05. Grayscale: #686868. Windows color (decimal): -391942 or 16385274. OLE color: 16385274.
HSL color Cylindrical-coordinate representation of color #FA04FA: hue angle of 300º degrees, saturation: 0.97, 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 #FA04FA is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 250 | - |
| CMYK | 0 | 0.98 | 0 | 0.02 |
| HSL | 300º | 0.97% | 0.5% | - |
| HSV(B) | 300º | 0.98% | 0.98% | - |
| XYZ | 56.72 | 27.31 | 92.72 | - |
| YUV | 105.6 | 209.5 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 250 | 0 | 0.98 | 0 | 0.02 | 300 | 0.97 | 0.5 |
| Hex | FA | 4 | FA | 0 | 62 | 0 | 2 | 12C | 61 | 32 |
| Octal | 372 | 4 | 372 | 0 | 142 | 0 | 2 | 454 | 141 | 62 |
| Binary | 11111010 | 100 | 11111010 | 0 | 1100010 | 0 | 10 | 100101100 | 1100001 | 110010 |
Color Harmonies of #FA04FA
Complementary color
Monochromatic Colors of #FA04FA
Black with #FA04FA
Text Example
Text Example
White with #FA04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04FA; }
p { color: rgb(250,4,250); }
H1.HeaderClassName
{
color: #FA04FA;
}
.AnyTagClassName
{
color: #FA04FA;
}
</style>
background-color css
<style>
a { background-color: #FA04FA; }
a { background-color: rgb(250,4,250); }
div.DivClassName
{
background-color: #FA04FA;
}
.BgClassName
{
background-color: #FA04FA;
}
</style>
border-color css
<style>
span { border-color: #FA04FA; }
span { border-color: rgb(250,4,250); }
td.TdClassName
{
border-color: #FA04FA;
}
.TagClassName
{
border-color: #FA04FA;
}
</style>