Shades of Pale Magenta #FE81EA
Tints of Pale Magenta #FE81EA
RGB
CMYK
RGB Variations
Color information
#FE81EA (or 0xFE81EA) is known color: Pale Magenta. HEX triplet: FE, 81 and EA. RGB value is (254,129,234). Sum of RGB (Red+Green+Blue) = 254+129+234=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81EA is #017E15. Grayscale: #B2B2B2. Windows color (decimal): -97814 or 15368702. OLE color: 15368702.
HSL color Cylindrical-coordinate representation of color #FE81EA: hue angle of 309.6º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE81EA is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 234 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.00 |
| HSL | 309.6º | 0.98% | 0.75% | - |
| HSV(B) | 309.6º | 0.49% | 1% | - |
| XYZ | 63.57 | 42.71 | 82.74 | - |
| YUV | 178.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 234 | 0 | 0.49 | 0.08 | 0.00 | 309.6 | 0.98 | 0.75 |
| Hex | FE | 81 | EA | 0 | 31 | 8 | 0 | 136 | 62 | 4B |
| Octal | 376 | 201 | 352 | 0 | 61 | 10 | 0 | 466 | 142 | 113 |
| Binary | 11111110 | 10000001 | 11101010 | 0 | 110001 | 1000 | 0 | 100110110 | 1100010 | 1001011 |
Color Harmonies of #FE81EA
Complementary color
Monochromatic Colors of #FE81EA
Black with #FE81EA
Text Example
Text Example
White with #FE81EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81EA; }
p { color: rgb(254,129,234); }
H1.HeaderClassName
{
color: #FE81EA;
}
.AnyTagClassName
{
color: #FE81EA;
}
</style>
background-color css
<style>
a { background-color: #FE81EA; }
a { background-color: rgb(254,129,234); }
div.DivClassName
{
background-color: #FE81EA;
}
.BgClassName
{
background-color: #FE81EA;
}
</style>
border-color css
<style>
span { border-color: #FE81EA; }
span { border-color: rgb(254,129,234); }
td.TdClassName
{
border-color: #FE81EA;
}
.TagClassName
{
border-color: #FE81EA;
}
</style>