Shades of Magenta #FE26FE
Tints of Magenta #FE26FE
RGB
CMYK
RGB Variations
Color information
#FE26FE (or 0xFE26FE) is known color: Magenta. HEX triplet: FE, 26 and FE. RGB value is (254,38,254). Sum of RGB (Red+Green+Blue) = 254+38+254=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 38 (15.23% from 255 or 6.96% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE26FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE26FE is #01D901. Grayscale: #7E7E7E. Windows color (decimal): -121090 or 16656126. OLE color: 16656126.
HSL color Cylindrical-coordinate representation of color #FE26FE: hue angle of 300º 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 #FE26FE is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 254 | - |
| CMYK | 0 | 0.85 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.57% | - |
| HSV(B) | 300º | 0.85% | 1% | - |
| XYZ | 59.46 | 29.61 | 96.35 | - |
| YUV | 127.21 | 199.56 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 254 | 0 | 0.85 | 0 | 0.00 | 300 | 0.99 | 0.57 |
| Hex | FE | 26 | FE | 0 | 55 | 0 | 0 | 12C | 63 | 39 |
| Octal | 376 | 46 | 376 | 0 | 125 | 0 | 0 | 454 | 143 | 71 |
| Binary | 11111110 | 100110 | 11111110 | 0 | 1010101 | 0 | 0 | 100101100 | 1100011 | 111001 |
Color Harmonies of #FE26FE
Complementary color
Monochromatic Colors of #FE26FE
Black with #FE26FE
Text Example
Text Example
White with #FE26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE26FE; }
p { color: rgb(254,38,254); }
H1.HeaderClassName
{
color: #FE26FE;
}
.AnyTagClassName
{
color: #FE26FE;
}
</style>
background-color css
<style>
a { background-color: #FE26FE; }
a { background-color: rgb(254,38,254); }
div.DivClassName
{
background-color: #FE26FE;
}
.BgClassName
{
background-color: #FE26FE;
}
</style>
border-color css
<style>
span { border-color: #FE26FE; }
span { border-color: rgb(254,38,254); }
td.TdClassName
{
border-color: #FE26FE;
}
.TagClassName
{
border-color: #FE26FE;
}
</style>