Shades of Magenta #FE26F1
Tints of Magenta #FE26F1
RGB
CMYK
RGB Variations
Color information
#FE26F1 (or 0xFE26F1) is known color: Magenta. HEX triplet: FE, 26 and F1. RGB value is (254,38,241). Sum of RGB (Red+Green+Blue) = 254+38+241=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 38 (15.23% from 255 or 7.13% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE26F1 is #01D90E. Grayscale: #7D7D7D. Windows color (decimal): -121103 or 15804158. OLE color: 15804158.
HSL color Cylindrical-coordinate representation of color #FE26F1: hue angle of 303.61º 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 #FE26F1 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 241 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.00 |
| HSL | 303.61º | 0.99% | 0.57% | - |
| HSV(B) | 303.61º | 0.85% | 1% | - |
| XYZ | 57.44 | 28.81 | 85.75 | - |
| YUV | 125.73 | 193.06 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 241 | 0 | 0.85 | 0.05 | 0.00 | 303.61 | 0.99 | 0.57 |
| Hex | FE | 26 | F1 | 0 | 55 | 5 | 0 | 130 | 63 | 39 |
| Octal | 376 | 46 | 361 | 0 | 125 | 5 | 0 | 460 | 143 | 71 |
| Binary | 11111110 | 100110 | 11110001 | 0 | 1010101 | 101 | 0 | 100110000 | 1100011 | 111001 |
Color Harmonies of #FE26F1
Complementary color
Monochromatic Colors of #FE26F1
Black with #FE26F1
Text Example
Text Example
White with #FE26F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE26F1; }
p { color: rgb(254,38,241); }
H1.HeaderClassName
{
color: #FE26F1;
}
.AnyTagClassName
{
color: #FE26F1;
}
</style>
background-color css
<style>
a { background-color: #FE26F1; }
a { background-color: rgb(254,38,241); }
div.DivClassName
{
background-color: #FE26F1;
}
.BgClassName
{
background-color: #FE26F1;
}
</style>
border-color css
<style>
span { border-color: #FE26F1; }
span { border-color: rgb(254,38,241); }
td.TdClassName
{
border-color: #FE26F1;
}
.TagClassName
{
border-color: #FE26F1;
}
</style>