Shades of Pale Magenta #FE91E5
Tints of Pale Magenta #FE91E5
RGB
CMYK
RGB Variations
Color information
#FE91E5 (or 0xFE91E5) is known color: Pale Magenta. HEX triplet: FE, 91 and E5. RGB value is (254,145,229). Sum of RGB (Red+Green+Blue) = 254+145+229=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 145 (57.03% from 255 or 23.09% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91E5 is #016E1A. Grayscale: #BABABA. Windows color (decimal): -93723 or 15045118. OLE color: 15045118.
HSL color Cylindrical-coordinate representation of color #FE91E5: hue angle of 313.76º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91E5 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 229 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.00 |
| HSL | 313.76º | 0.98% | 0.78% | - |
| HSV(B) | 313.76º | 0.43% | 1% | - |
| XYZ | 65.14 | 46.98 | 79.76 | - |
| YUV | 187.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 229 | 0 | 0.43 | 0.10 | 0.00 | 313.76 | 0.98 | 0.78 |
| Hex | FE | 91 | E5 | 0 | 2B | A | 0 | 13A | 62 | 4E |
| Octal | 376 | 221 | 345 | 0 | 53 | 12 | 0 | 472 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11100101 | 0 | 101011 | 1010 | 0 | 100111010 | 1100010 | 1001110 |
Color Harmonies of #FE91E5
Complementary color
Monochromatic Colors of #FE91E5
Black with #FE91E5
Text Example
Text Example
White with #FE91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91E5; }
p { color: rgb(254,145,229); }
H1.HeaderClassName
{
color: #FE91E5;
}
.AnyTagClassName
{
color: #FE91E5;
}
</style>
background-color css
<style>
a { background-color: #FE91E5; }
a { background-color: rgb(254,145,229); }
div.DivClassName
{
background-color: #FE91E5;
}
.BgClassName
{
background-color: #FE91E5;
}
</style>
border-color css
<style>
span { border-color: #FE91E5; }
span { border-color: rgb(254,145,229); }
td.TdClassName
{
border-color: #FE91E5;
}
.TagClassName
{
border-color: #FE91E5;
}
</style>