Shades of Pale Magenta #FE84E5
Tints of Pale Magenta #FE84E5
RGB
CMYK
RGB Variations
Color information
#FE84E5 (or 0xFE84E5) is known color: Pale Magenta. HEX triplet: FE, 84 and E5. RGB value is (254,132,229). Sum of RGB (Red+Green+Blue) = 254+132+229=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84E5 is #017B1A. Grayscale: #B3B3B3. Windows color (decimal): -97051 or 15041790. OLE color: 15041790.
HSL color Cylindrical-coordinate representation of color #FE84E5: hue angle of 312.3º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE84E5 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 229 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.00 |
| HSL | 312.3º | 0.98% | 0.76% | - |
| HSV(B) | 312.3º | 0.48% | 1% | - |
| XYZ | 63.27 | 43.23 | 79.14 | - |
| YUV | 179.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 229 | 0 | 0.48 | 0.10 | 0.00 | 312.3 | 0.98 | 0.76 |
| Hex | FE | 84 | E5 | 0 | 30 | A | 0 | 138 | 62 | 4C |
| Octal | 376 | 204 | 345 | 0 | 60 | 12 | 0 | 470 | 142 | 114 |
| Binary | 11111110 | 10000100 | 11100101 | 0 | 110000 | 1010 | 0 | 100111000 | 1100010 | 1001100 |
Color Harmonies of #FE84E5
Complementary color
Monochromatic Colors of #FE84E5
Black with #FE84E5
Text Example
Text Example
White with #FE84E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE84E5; }
p { color: rgb(254,132,229); }
H1.HeaderClassName
{
color: #FE84E5;
}
.AnyTagClassName
{
color: #FE84E5;
}
</style>
background-color css
<style>
a { background-color: #FE84E5; }
a { background-color: rgb(254,132,229); }
div.DivClassName
{
background-color: #FE84E5;
}
.BgClassName
{
background-color: #FE84E5;
}
</style>
border-color css
<style>
span { border-color: #FE84E5; }
span { border-color: rgb(254,132,229); }
td.TdClassName
{
border-color: #FE84E5;
}
.TagClassName
{
border-color: #FE84E5;
}
</style>