Shades of Magenta #FA04FF
Tints of Magenta #FA04FF
RGB
CMYK
RGB Variations
Color information
#FA04FF (or 0xFA04FF) is known color: Magenta. HEX triplet: FA, 04 and FF. RGB value is (250,4,255). Sum of RGB (Red+Green+Blue) = 250+4+255=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 4 (1.95% from 255 or 0.79% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA04FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA04FF is #05FB00. Grayscale: #696969. Windows color (decimal): -391937 or 16712954. OLE color: 16712954.
HSL color Cylindrical-coordinate representation of color #FA04FF: hue angle of 298.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04FF is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 4 | 255 | - |
| CMYK | 0.02 | 0.98 | 0 | 0 |
| HSL | 298.8º | 1% | 0.51% | - |
| HSV(B) | 298.8º | 0.98% | 1% | - |
| XYZ | 57.52 | 27.63 | 96.91 | - |
| YUV | 106.17 | 212 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 255 | 0.02 | 0.98 | 0 | 0 | 298.8 | 1 | 0.51 |
| Hex | FA | 4 | FF | 2 | 62 | 0 | 0 | 12B | 64 | 33 |
| Octal | 372 | 4 | 377 | 2 | 142 | 0 | 0 | 453 | 144 | 63 |
| Binary | 11111010 | 100 | 11111111 | 10 | 1100010 | 0 | 0 | 100101011 | 1100100 | 110011 |
Color Harmonies of #FA04FF
Complementary color
Monochromatic Colors of #FA04FF
Black with #FA04FF
Text Example
Text Example
White with #FA04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04FF; }
p { color: rgb(250,4,255); }
H1.HeaderClassName
{
color: #FA04FF;
}
.AnyTagClassName
{
color: #FA04FF;
}
</style>
background-color css
<style>
a { background-color: #FA04FF; }
a { background-color: rgb(250,4,255); }
div.DivClassName
{
background-color: #FA04FF;
}
.BgClassName
{
background-color: #FA04FF;
}
</style>
border-color css
<style>
span { border-color: #FA04FF; }
span { border-color: rgb(250,4,255); }
td.TdClassName
{
border-color: #FA04FF;
}
.TagClassName
{
border-color: #FA04FF;
}
</style>