Shades of Magenta #FA26FE
Tints of Magenta #FA26FE
RGB
CMYK
RGB Variations
Color information
#FA26FE (or 0xFA26FE) is known color: Magenta. HEX triplet: FA, 26 and FE. RGB value is (250,38,254). Sum of RGB (Red+Green+Blue) = 250+38+254=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 38 (15.23% from 255 or 7.01% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA26FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA26FE is #05D901. Grayscale: #7D7D7D. Windows color (decimal): -383234 or 16656122. OLE color: 16656122.
HSL color Cylindrical-coordinate representation of color #FA26FE: hue angle of 298.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA26FE is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 38 | 254 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.00 |
| HSL | 298.89º | 0.99% | 0.57% | - |
| HSV(B) | 298.89º | 0.85% | 1% | - |
| XYZ | 58.01 | 28.87 | 96.28 | - |
| YUV | 126.01 | 200.24 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 254 | 0.02 | 0.85 | 0 | 0.00 | 298.89 | 0.99 | 0.57 |
| Hex | FA | 26 | FE | 2 | 55 | 0 | 0 | 12B | 63 | 39 |
| Octal | 372 | 46 | 376 | 2 | 125 | 0 | 0 | 453 | 143 | 71 |
| Binary | 11111010 | 100110 | 11111110 | 10 | 1010101 | 0 | 0 | 100101011 | 1100011 | 111001 |
Color Harmonies of #FA26FE
Complementary color
Monochromatic Colors of #FA26FE
Black with #FA26FE
Text Example
Text Example
White with #FA26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA26FE; }
p { color: rgb(250,38,254); }
H1.HeaderClassName
{
color: #FA26FE;
}
.AnyTagClassName
{
color: #FA26FE;
}
</style>
background-color css
<style>
a { background-color: #FA26FE; }
a { background-color: rgb(250,38,254); }
div.DivClassName
{
background-color: #FA26FE;
}
.BgClassName
{
background-color: #FA26FE;
}
</style>
border-color css
<style>
span { border-color: #FA26FE; }
span { border-color: rgb(250,38,254); }
td.TdClassName
{
border-color: #FA26FE;
}
.TagClassName
{
border-color: #FA26FE;
}
</style>