Shades of Pale Magenta #FE89E9
Tints of Pale Magenta #FE89E9
RGB
CMYK
RGB Variations
Color information
#FE89E9 (or 0xFE89E9) is known color: Pale Magenta. HEX triplet: FE, 89 and E9. RGB value is (254,137,233). Sum of RGB (Red+Green+Blue) = 254+137+233=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 137 (53.91% from 255 or 21.96% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE89E9 is #017616. Grayscale: #B6B6B6. Windows color (decimal): -95767 or 15305214. OLE color: 15305214.
HSL color Cylindrical-coordinate representation of color #FE89E9: hue angle of 310.77º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE89E9 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 233 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.00 |
| HSL | 310.77º | 0.98% | 0.77% | - |
| HSV(B) | 310.77º | 0.46% | 1% | - |
| XYZ | 64.53 | 44.85 | 82.35 | - |
| YUV | 182.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 233 | 0 | 0.46 | 0.08 | 0.00 | 310.77 | 0.98 | 0.77 |
| Hex | FE | 89 | E9 | 0 | 2E | 8 | 0 | 137 | 62 | 4D |
| Octal | 376 | 211 | 351 | 0 | 56 | 10 | 0 | 467 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11101001 | 0 | 101110 | 1000 | 0 | 100110111 | 1100010 | 1001101 |
Color Harmonies of #FE89E9
Complementary color
Monochromatic Colors of #FE89E9
Black with #FE89E9
Text Example
Text Example
White with #FE89E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89E9; }
p { color: rgb(254,137,233); }
H1.HeaderClassName
{
color: #FE89E9;
}
.AnyTagClassName
{
color: #FE89E9;
}
</style>
background-color css
<style>
a { background-color: #FE89E9; }
a { background-color: rgb(254,137,233); }
div.DivClassName
{
background-color: #FE89E9;
}
.BgClassName
{
background-color: #FE89E9;
}
</style>
border-color css
<style>
span { border-color: #FE89E9; }
span { border-color: rgb(254,137,233); }
td.TdClassName
{
border-color: #FE89E9;
}
.TagClassName
{
border-color: #FE89E9;
}
</style>