Shades of Magenta #FE29F9
Tints of Magenta #FE29F9
RGB
CMYK
RGB Variations
Color information
#FE29F9 (or 0xFE29F9) is known color: Magenta. HEX triplet: FE, 29 and F9. RGB value is (254,41,249). Sum of RGB (Red+Green+Blue) = 254+41+249=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 41 (16.41% from 255 or 7.54% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29F9 is #01D606. Grayscale: #7F7F7F. Windows color (decimal): -120327 or 16329214. OLE color: 16329214.
HSL color Cylindrical-coordinate representation of color #FE29F9: hue angle of 301.41º 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 #FE29F9 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 249 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.00 |
| HSL | 301.41º | 0.99% | 0.58% | - |
| HSV(B) | 301.41º | 0.84% | 1% | - |
| XYZ | 58.76 | 29.5 | 92.22 | - |
| YUV | 128.4 | 196.07 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 249 | 0 | 0.84 | 0.02 | 0.00 | 301.41 | 0.99 | 0.58 |
| Hex | FE | 29 | F9 | 0 | 54 | 2 | 0 | 12D | 63 | 3A |
| Octal | 376 | 51 | 371 | 0 | 124 | 2 | 0 | 455 | 143 | 72 |
| Binary | 11111110 | 101001 | 11111001 | 0 | 1010100 | 10 | 0 | 100101101 | 1100011 | 111010 |
Color Harmonies of #FE29F9
Complementary color
Monochromatic Colors of #FE29F9
Black with #FE29F9
Text Example
Text Example
White with #FE29F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29F9; }
p { color: rgb(254,41,249); }
H1.HeaderClassName
{
color: #FE29F9;
}
.AnyTagClassName
{
color: #FE29F9;
}
</style>
background-color css
<style>
a { background-color: #FE29F9; }
a { background-color: rgb(254,41,249); }
div.DivClassName
{
background-color: #FE29F9;
}
.BgClassName
{
background-color: #FE29F9;
}
</style>
border-color css
<style>
span { border-color: #FE29F9; }
span { border-color: rgb(254,41,249); }
td.TdClassName
{
border-color: #FE29F9;
}
.TagClassName
{
border-color: #FE29F9;
}
</style>