Shades of Pale Magenta #FE84E4
Tints of Pale Magenta #FE84E4
RGB
CMYK
RGB Variations
Color information
#FE84E4 (or 0xFE84E4) is known color: Pale Magenta. HEX triplet: FE, 84 and E4. RGB value is (254,132,228). Sum of RGB (Red+Green+Blue) = 254+132+228=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 132 (51.95% from 255 or 21.50% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84E4 is #017B1B. Grayscale: #B3B3B3. Windows color (decimal): -97052 or 14976254. OLE color: 14976254.
HSL color Cylindrical-coordinate representation of color #FE84E4: hue angle of 312.79º 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 #FE84E4 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 228 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.00 |
| HSL | 312.79º | 0.98% | 0.76% | - |
| HSV(B) | 312.79º | 0.48% | 1% | - |
| XYZ | 63.13 | 43.17 | 78.41 | - |
| YUV | 179.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 228 | 0 | 0.48 | 0.10 | 0.00 | 312.79 | 0.98 | 0.76 |
| Hex | FE | 84 | E4 | 0 | 30 | A | 0 | 139 | 62 | 4C |
| Octal | 376 | 204 | 344 | 0 | 60 | 12 | 0 | 471 | 142 | 114 |
| Binary | 11111110 | 10000100 | 11100100 | 0 | 110000 | 1010 | 0 | 100111001 | 1100010 | 1001100 |
Color Harmonies of #FE84E4
Complementary color
Monochromatic Colors of #FE84E4
Black with #FE84E4
Text Example
Text Example
White with #FE84E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE84E4; }
p { color: rgb(254,132,228); }
H1.HeaderClassName
{
color: #FE84E4;
}
.AnyTagClassName
{
color: #FE84E4;
}
</style>
background-color css
<style>
a { background-color: #FE84E4; }
a { background-color: rgb(254,132,228); }
div.DivClassName
{
background-color: #FE84E4;
}
.BgClassName
{
background-color: #FE84E4;
}
</style>
border-color css
<style>
span { border-color: #FE84E4; }
span { border-color: rgb(254,132,228); }
td.TdClassName
{
border-color: #FE84E4;
}
.TagClassName
{
border-color: #FE84E4;
}
</style>