Shades of Magenta #FE29FE
Tints of Magenta #FE29FE
RGB
CMYK
RGB Variations
Color information
#FE29FE (or 0xFE29FE) is known color: Magenta. HEX triplet: FE, 29 and FE. RGB value is (254,41,254). Sum of RGB (Red+Green+Blue) = 254+41+254=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 41 (16.41% from 255 or 7.47% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29FE is #01D601. Grayscale: #808080. Windows color (decimal): -120322 or 16656894. OLE color: 16656894.
HSL color Cylindrical-coordinate representation of color #FE29FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE29FE is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 254 | - |
| CMYK | 0 | 0.84 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.58% | - |
| HSV(B) | 300º | 0.84% | 1% | - |
| XYZ | 59.56 | 29.81 | 96.38 | - |
| YUV | 128.97 | 198.57 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 254 | 0 | 0.84 | 0 | 0.00 | 300 | 0.99 | 0.58 |
| Hex | FE | 29 | FE | 0 | 54 | 0 | 0 | 12C | 63 | 3A |
| Octal | 376 | 51 | 376 | 0 | 124 | 0 | 0 | 454 | 143 | 72 |
| Binary | 11111110 | 101001 | 11111110 | 0 | 1010100 | 0 | 0 | 100101100 | 1100011 | 111010 |
Color Harmonies of #FE29FE
Complementary color
Monochromatic Colors of #FE29FE
Black with #FE29FE
Text Example
Text Example
White with #FE29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29FE; }
p { color: rgb(254,41,254); }
H1.HeaderClassName
{
color: #FE29FE;
}
.AnyTagClassName
{
color: #FE29FE;
}
</style>
background-color css
<style>
a { background-color: #FE29FE; }
a { background-color: rgb(254,41,254); }
div.DivClassName
{
background-color: #FE29FE;
}
.BgClassName
{
background-color: #FE29FE;
}
</style>
border-color css
<style>
span { border-color: #FE29FE; }
span { border-color: rgb(254,41,254); }
td.TdClassName
{
border-color: #FE29FE;
}
.TagClassName
{
border-color: #FE29FE;
}
</style>