Shades of Pale Magenta #FE80E1
Tints of Pale Magenta #FE80E1
RGB
CMYK
RGB Variations
Color information
#FE80E1 (or 0xFE80E1) is known color: Pale Magenta. HEX triplet: FE, 80 and E1. RGB value is (254,128,225). Sum of RGB (Red+Green+Blue) = 254+128+225=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80E1 is #017F1E. Grayscale: #B0B0B0. Windows color (decimal): -98079 or 14778622. OLE color: 14778622.
HSL color Cylindrical-coordinate representation of color #FE80E1: hue angle of 313.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80E1 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 225 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.00 |
| HSL | 313.81º | 0.98% | 0.75% | - |
| HSV(B) | 313.81º | 0.5% | 1% | - |
| XYZ | 62.18 | 41.95 | 76.05 | - |
| YUV | 176.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 225 | 0 | 0.50 | 0.11 | 0.00 | 313.81 | 0.98 | 0.75 |
| Hex | FE | 80 | E1 | 0 | 32 | B | 0 | 13A | 62 | 4B |
| Octal | 376 | 200 | 341 | 0 | 62 | 13 | 0 | 472 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11100001 | 0 | 110010 | 1011 | 0 | 100111010 | 1100010 | 1001011 |
Color Harmonies of #FE80E1
Complementary color
Monochromatic Colors of #FE80E1
Black with #FE80E1
Text Example
Text Example
White with #FE80E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80E1; }
p { color: rgb(254,128,225); }
H1.HeaderClassName
{
color: #FE80E1;
}
.AnyTagClassName
{
color: #FE80E1;
}
</style>
background-color css
<style>
a { background-color: #FE80E1; }
a { background-color: rgb(254,128,225); }
div.DivClassName
{
background-color: #FE80E1;
}
.BgClassName
{
background-color: #FE80E1;
}
</style>
border-color css
<style>
span { border-color: #FE80E1; }
span { border-color: rgb(254,128,225); }
td.TdClassName
{
border-color: #FE80E1;
}
.TagClassName
{
border-color: #FE80E1;
}
</style>