Shades of Magenta #FA05FE
Tints of Magenta #FA05FE
RGB
CMYK
RGB Variations
Color information
#FA05FE (or 0xFA05FE) is known color: Magenta. HEX triplet: FA, 05 and FE. RGB value is (250,5,254). Sum of RGB (Red+Green+Blue) = 250+5+254=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 5 (2.34% from 255 or 0.98% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA05FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA05FE is #05FA01. Grayscale: #696969. Windows color (decimal): -391682 or 16647674. OLE color: 16647674.
HSL color Cylindrical-coordinate representation of color #FA05FE: 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 #FA05FE is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 5 | 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.37 | 27.59 | 96.07 | - |
| YUV | 106.64 | 211.17 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 254 | 0.02 | 0.98 | 0 | 0.00 | 299.04 | 0.99 | 0.51 |
| Hex | FA | 5 | FE | 2 | 62 | 0 | 0 | 12B | 63 | 33 |
| Octal | 372 | 5 | 376 | 2 | 142 | 0 | 0 | 453 | 143 | 63 |
| Binary | 11111010 | 101 | 11111110 | 10 | 1100010 | 0 | 0 | 100101011 | 1100011 | 110011 |
Color Harmonies of #FA05FE
Complementary color
Monochromatic Colors of #FA05FE
Black with #FA05FE
Text Example
Text Example
White with #FA05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05FE; }
p { color: rgb(250,5,254); }
H1.HeaderClassName
{
color: #FA05FE;
}
.AnyTagClassName
{
color: #FA05FE;
}
</style>
background-color css
<style>
a { background-color: #FA05FE; }
a { background-color: rgb(250,5,254); }
div.DivClassName
{
background-color: #FA05FE;
}
.BgClassName
{
background-color: #FA05FE;
}
</style>
border-color css
<style>
span { border-color: #FA05FE; }
span { border-color: rgb(250,5,254); }
td.TdClassName
{
border-color: #FA05FE;
}
.TagClassName
{
border-color: #FA05FE;
}
</style>