Shades of Pale Magenta #FE91EA
Tints of Pale Magenta #FE91EA
RGB
CMYK
RGB Variations
Color information
#FE91EA (or 0xFE91EA) is known color: Pale Magenta. HEX triplet: FE, 91 and EA. RGB value is (254,145,234). Sum of RGB (Red+Green+Blue) = 254+145+234=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 145 (57.03% from 255 or 22.91% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE91EA is #016E15. Grayscale: #BBBBBB. Windows color (decimal): -93718 or 15372798. OLE color: 15372798.
HSL color Cylindrical-coordinate representation of color #FE91EA: hue angle of 311.01º 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 #FE91EA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 234 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.00 |
| HSL | 311.01º | 0.98% | 0.78% | - |
| HSV(B) | 311.01º | 0.43% | 1% | - |
| XYZ | 65.85 | 47.26 | 83.49 | - |
| YUV | 187.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 234 | 0 | 0.43 | 0.08 | 0.00 | 311.01 | 0.98 | 0.78 |
| Hex | FE | 91 | EA | 0 | 2B | 8 | 0 | 137 | 62 | 4E |
| Octal | 376 | 221 | 352 | 0 | 53 | 10 | 0 | 467 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11101010 | 0 | 101011 | 1000 | 0 | 100110111 | 1100010 | 1001110 |
Color Harmonies of #FE91EA
Complementary color
Monochromatic Colors of #FE91EA
Black with #FE91EA
Text Example
Text Example
White with #FE91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91EA; }
p { color: rgb(254,145,234); }
H1.HeaderClassName
{
color: #FE91EA;
}
.AnyTagClassName
{
color: #FE91EA;
}
</style>
background-color css
<style>
a { background-color: #FE91EA; }
a { background-color: rgb(254,145,234); }
div.DivClassName
{
background-color: #FE91EA;
}
.BgClassName
{
background-color: #FE91EA;
}
</style>
border-color css
<style>
span { border-color: #FE91EA; }
span { border-color: rgb(254,145,234); }
td.TdClassName
{
border-color: #FE91EA;
}
.TagClassName
{
border-color: #FE91EA;
}
</style>