Shades of Magenta #FE29F7
Tints of Magenta #FE29F7
RGB
CMYK
RGB Variations
Color information
#FE29F7 (or 0xFE29F7) is known color: Magenta. HEX triplet: FE, 29 and F7. RGB value is (254,41,247). Sum of RGB (Red+Green+Blue) = 254+41+247=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 41 (16.41% from 255 or 7.56% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29F7 is #01D608. Grayscale: #7F7F7F. Windows color (decimal): -120329 or 16198142. OLE color: 16198142.
HSL color Cylindrical-coordinate representation of color #FE29F7: hue angle of 301.97º 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 #FE29F7 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 247 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.00 |
| HSL | 301.97º | 0.99% | 0.58% | - |
| HSV(B) | 301.97º | 0.84% | 1% | - |
| XYZ | 58.45 | 29.37 | 90.58 | - |
| YUV | 128.17 | 195.07 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 247 | 0 | 0.84 | 0.03 | 0.00 | 301.97 | 0.99 | 0.58 |
| Hex | FE | 29 | F7 | 0 | 54 | 3 | 0 | 12E | 63 | 3A |
| Octal | 376 | 51 | 367 | 0 | 124 | 3 | 0 | 456 | 143 | 72 |
| Binary | 11111110 | 101001 | 11110111 | 0 | 1010100 | 11 | 0 | 100101110 | 1100011 | 111010 |
Color Harmonies of #FE29F7
Complementary color
Monochromatic Colors of #FE29F7
Black with #FE29F7
Text Example
Text Example
White with #FE29F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29F7; }
p { color: rgb(254,41,247); }
H1.HeaderClassName
{
color: #FE29F7;
}
.AnyTagClassName
{
color: #FE29F7;
}
</style>
background-color css
<style>
a { background-color: #FE29F7; }
a { background-color: rgb(254,41,247); }
div.DivClassName
{
background-color: #FE29F7;
}
.BgClassName
{
background-color: #FE29F7;
}
</style>
border-color css
<style>
span { border-color: #FE29F7; }
span { border-color: rgb(254,41,247); }
td.TdClassName
{
border-color: #FE29F7;
}
.TagClassName
{
border-color: #FE29F7;
}
</style>