Shades of Magenta #FE29FA
Tints of Magenta #FE29FA
RGB
CMYK
RGB Variations
Color information
#FE29FA (or 0xFE29FA) is known color: Magenta. HEX triplet: FE, 29 and FA. RGB value is (254,41,250). Sum of RGB (Red+Green+Blue) = 254+41+250=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 41 (16.41% from 255 or 7.52% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29FA is #01D605. Grayscale: #7F7F7F. Windows color (decimal): -120326 or 16394750. OLE color: 16394750.
HSL color Cylindrical-coordinate representation of color #FE29FA: hue angle of 301.13º 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 #FE29FA is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 250 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.00 |
| HSL | 301.13º | 0.99% | 0.58% | - |
| HSV(B) | 301.13º | 0.84% | 1% | - |
| XYZ | 58.92 | 29.56 | 93.04 | - |
| YUV | 128.51 | 196.57 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 250 | 0 | 0.84 | 0.02 | 0.00 | 301.13 | 0.99 | 0.58 |
| Hex | FE | 29 | FA | 0 | 54 | 2 | 0 | 12D | 63 | 3A |
| Octal | 376 | 51 | 372 | 0 | 124 | 2 | 0 | 455 | 143 | 72 |
| Binary | 11111110 | 101001 | 11111010 | 0 | 1010100 | 10 | 0 | 100101101 | 1100011 | 111010 |
Color Harmonies of #FE29FA
Complementary color
Monochromatic Colors of #FE29FA
Black with #FE29FA
Text Example
Text Example
White with #FE29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29FA; }
p { color: rgb(254,41,250); }
H1.HeaderClassName
{
color: #FE29FA;
}
.AnyTagClassName
{
color: #FE29FA;
}
</style>
background-color css
<style>
a { background-color: #FE29FA; }
a { background-color: rgb(254,41,250); }
div.DivClassName
{
background-color: #FE29FA;
}
.BgClassName
{
background-color: #FE29FA;
}
</style>
border-color css
<style>
span { border-color: #FE29FA; }
span { border-color: rgb(254,41,250); }
td.TdClassName
{
border-color: #FE29FA;
}
.TagClassName
{
border-color: #FE29FA;
}
</style>