Shades of Magenta #FA04FE
Tints of Magenta #FA04FE
RGB
CMYK
RGB Variations
Color information
#FA04FE (or 0xFA04FE) is known color: Magenta. HEX triplet: FA, 04 and FE. RGB value is (250,4,254). Sum of RGB (Red+Green+Blue) = 250+4+254=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 4 (1.95% from 255 or 0.79% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA04FE is #05FB01. Grayscale: #696969. Windows color (decimal): -391938 or 16647418. OLE color: 16647418.
HSL color Cylindrical-coordinate representation of color #FA04FE: hue angle of 299.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04FE is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 4 | 254 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.00 |
| HSL | 299.04º | 0.99% | 0.51% | - |
| HSV(B) | 299.04º | 0.98% | 1% | - |
| XYZ | 57.36 | 27.57 | 96.06 | - |
| YUV | 106.05 | 211.5 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 254 | 0.02 | 0.98 | 0 | 0.00 | 299.04 | 0.99 | 0.51 |
| Hex | FA | 4 | FE | 2 | 62 | 0 | 0 | 12B | 63 | 33 |
| Octal | 372 | 4 | 376 | 2 | 142 | 0 | 0 | 453 | 143 | 63 |
| Binary | 11111010 | 100 | 11111110 | 10 | 1100010 | 0 | 0 | 100101011 | 1100011 | 110011 |
Color Harmonies of #FA04FE
Complementary color
Monochromatic Colors of #FA04FE
Black with #FA04FE
Text Example
Text Example
White with #FA04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04FE; }
p { color: rgb(250,4,254); }
H1.HeaderClassName
{
color: #FA04FE;
}
.AnyTagClassName
{
color: #FA04FE;
}
</style>
background-color css
<style>
a { background-color: #FA04FE; }
a { background-color: rgb(250,4,254); }
div.DivClassName
{
background-color: #FA04FE;
}
.BgClassName
{
background-color: #FA04FE;
}
</style>
border-color css
<style>
span { border-color: #FA04FE; }
span { border-color: rgb(250,4,254); }
td.TdClassName
{
border-color: #FA04FE;
}
.TagClassName
{
border-color: #FA04FE;
}
</style>