Shades of Magenta #FE26F4
Tints of Magenta #FE26F4
RGB
CMYK
RGB Variations
Color information
#FE26F4 (or 0xFE26F4) is known color: Magenta. HEX triplet: FE, 26 and F4. RGB value is (254,38,244). Sum of RGB (Red+Green+Blue) = 254+38+244=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 38 (15.23% from 255 or 7.09% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE26F4 is #01D90B. Grayscale: #7D7D7D. Windows color (decimal): -121100 or 16000766. OLE color: 16000766.
HSL color Cylindrical-coordinate representation of color #FE26F4: hue angle of 302.78º 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 #FE26F4 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 244 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.00 |
| HSL | 302.78º | 0.99% | 0.57% | - |
| HSV(B) | 302.78º | 0.85% | 1% | - |
| XYZ | 57.9 | 28.99 | 88.13 | - |
| YUV | 126.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 244 | 0 | 0.85 | 0.04 | 0.00 | 302.78 | 0.99 | 0.57 |
| Hex | FE | 26 | F4 | 0 | 55 | 4 | 0 | 12F | 63 | 39 |
| Octal | 376 | 46 | 364 | 0 | 125 | 4 | 0 | 457 | 143 | 71 |
| Binary | 11111110 | 100110 | 11110100 | 0 | 1010101 | 100 | 0 | 100101111 | 1100011 | 111001 |
Color Harmonies of #FE26F4
Complementary color
Monochromatic Colors of #FE26F4
Black with #FE26F4
Text Example
Text Example
White with #FE26F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE26F4; }
p { color: rgb(254,38,244); }
H1.HeaderClassName
{
color: #FE26F4;
}
.AnyTagClassName
{
color: #FE26F4;
}
</style>
background-color css
<style>
a { background-color: #FE26F4; }
a { background-color: rgb(254,38,244); }
div.DivClassName
{
background-color: #FE26F4;
}
.BgClassName
{
background-color: #FE26F4;
}
</style>
border-color css
<style>
span { border-color: #FE26F4; }
span { border-color: rgb(254,38,244); }
td.TdClassName
{
border-color: #FE26F4;
}
.TagClassName
{
border-color: #FE26F4;
}
</style>