Shades of Magenta #FE29F8
Tints of Magenta #FE29F8
RGB
CMYK
RGB Variations
Color information
#FE29F8 (or 0xFE29F8) is known color: Magenta. HEX triplet: FE, 29 and F8. RGB value is (254,41,248). Sum of RGB (Red+Green+Blue) = 254+41+248=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 41 (16.41% from 255 or 7.55% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29F8 is #01D607. Grayscale: #7F7F7F. Windows color (decimal): -120328 or 16263678. OLE color: 16263678.
HSL color Cylindrical-coordinate representation of color #FE29F8: hue angle of 301.69º 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 #FE29F8 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 248 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.00 |
| HSL | 301.69º | 0.99% | 0.58% | - |
| HSV(B) | 301.69º | 0.84% | 1% | - |
| XYZ | 58.61 | 29.43 | 91.4 | - |
| YUV | 128.29 | 195.57 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 248 | 0 | 0.84 | 0.02 | 0.00 | 301.69 | 0.99 | 0.58 |
| Hex | FE | 29 | F8 | 0 | 54 | 2 | 0 | 12E | 63 | 3A |
| Octal | 376 | 51 | 370 | 0 | 124 | 2 | 0 | 456 | 143 | 72 |
| Binary | 11111110 | 101001 | 11111000 | 0 | 1010100 | 10 | 0 | 100101110 | 1100011 | 111010 |
Color Harmonies of #FE29F8
Complementary color
Monochromatic Colors of #FE29F8
Black with #FE29F8
Text Example
Text Example
White with #FE29F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29F8; }
p { color: rgb(254,41,248); }
H1.HeaderClassName
{
color: #FE29F8;
}
.AnyTagClassName
{
color: #FE29F8;
}
</style>
background-color css
<style>
a { background-color: #FE29F8; }
a { background-color: rgb(254,41,248); }
div.DivClassName
{
background-color: #FE29F8;
}
.BgClassName
{
background-color: #FE29F8;
}
</style>
border-color css
<style>
span { border-color: #FE29F8; }
span { border-color: rgb(254,41,248); }
td.TdClassName
{
border-color: #FE29F8;
}
.TagClassName
{
border-color: #FE29F8;
}
</style>