Shades of Magenta #FA10FE
Tints of Magenta #FA10FE
RGB
CMYK
RGB Variations
Color information
#FA10FE (or 0xFA10FE) is known color: Magenta. HEX triplet: FA, 10 and FE. RGB value is (250,16,254). Sum of RGB (Red+Green+Blue) = 250+16+254=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 16 (6.64% from 255 or 3.08% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA10FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA10FE is #05EF01. Grayscale: #707070. Windows color (decimal): -388866 or 16650490. OLE color: 16650490.
HSL color Cylindrical-coordinate representation of color #FA10FE: hue angle of 298.99º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10FE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 16 | 254 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.00 |
| HSL | 298.99º | 0.99% | 0.53% | - |
| HSV(B) | 298.99º | 0.94% | 1% | - |
| XYZ | 57.5 | 27.85 | 96.11 | - |
| YUV | 113.1 | 207.52 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 254 | 0.02 | 0.94 | 0 | 0.00 | 298.99 | 0.99 | 0.53 |
| Hex | FA | 10 | FE | 2 | 5E | 0 | 0 | 12B | 63 | 35 |
| Octal | 372 | 20 | 376 | 2 | 136 | 0 | 0 | 453 | 143 | 65 |
| Binary | 11111010 | 10000 | 11111110 | 10 | 1011110 | 0 | 0 | 100101011 | 1100011 | 110101 |
Color Harmonies of #FA10FE
Complementary color
Monochromatic Colors of #FA10FE
Black with #FA10FE
Text Example
Text Example
White with #FA10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10FE; }
p { color: rgb(250,16,254); }
H1.HeaderClassName
{
color: #FA10FE;
}
.AnyTagClassName
{
color: #FA10FE;
}
</style>
background-color css
<style>
a { background-color: #FA10FE; }
a { background-color: rgb(250,16,254); }
div.DivClassName
{
background-color: #FA10FE;
}
.BgClassName
{
background-color: #FA10FE;
}
</style>
border-color css
<style>
span { border-color: #FA10FE; }
span { border-color: rgb(250,16,254); }
td.TdClassName
{
border-color: #FA10FE;
}
.TagClassName
{
border-color: #FA10FE;
}
</style>