Shades of Magenta #FE29FC
Tints of Magenta #FE29FC
RGB
CMYK
RGB Variations
Color information
#FE29FC (or 0xFE29FC) is known color: Magenta. HEX triplet: FE, 29 and FC. RGB value is (254,41,252). Sum of RGB (Red+Green+Blue) = 254+41+252=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 41 (16.41% from 255 or 7.50% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29FC is #01D603. Grayscale: #808080. Windows color (decimal): -120324 or 16525822. OLE color: 16525822.
HSL color Cylindrical-coordinate representation of color #FE29FC: hue angle of 300.56º 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 #FE29FC is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 252 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.00 |
| HSL | 300.56º | 0.99% | 0.58% | - |
| HSV(B) | 300.56º | 0.84% | 1% | - |
| XYZ | 59.24 | 29.68 | 94.7 | - |
| YUV | 128.74 | 197.57 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 252 | 0 | 0.84 | 0.01 | 0.00 | 300.56 | 0.99 | 0.58 |
| Hex | FE | 29 | FC | 0 | 54 | 1 | 0 | 12D | 63 | 3A |
| Octal | 376 | 51 | 374 | 0 | 124 | 1 | 0 | 455 | 143 | 72 |
| Binary | 11111110 | 101001 | 11111100 | 0 | 1010100 | 1 | 0 | 100101101 | 1100011 | 111010 |
Color Harmonies of #FE29FC
Complementary color
Monochromatic Colors of #FE29FC
Black with #FE29FC
Text Example
Text Example
White with #FE29FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29FC; }
p { color: rgb(254,41,252); }
H1.HeaderClassName
{
color: #FE29FC;
}
.AnyTagClassName
{
color: #FE29FC;
}
</style>
background-color css
<style>
a { background-color: #FE29FC; }
a { background-color: rgb(254,41,252); }
div.DivClassName
{
background-color: #FE29FC;
}
.BgClassName
{
background-color: #FE29FC;
}
</style>
border-color css
<style>
span { border-color: #FE29FC; }
span { border-color: rgb(254,41,252); }
td.TdClassName
{
border-color: #FE29FC;
}
.TagClassName
{
border-color: #FE29FC;
}
</style>