Shades of Pale Magenta #FE76E4
Tints of Pale Magenta #FE76E4
RGB
CMYK
RGB Variations
Color information
#FE76E4 (or 0xFE76E4) is known color: Pale Magenta. HEX triplet: FE, 76 and E4. RGB value is (254,118,228). Sum of RGB (Red+Green+Blue) = 254+118+228=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 118 (46.48% from 255 or 19.67% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76E4 is #01891B. Grayscale: #AAAAAA. Windows color (decimal): -100636 or 14972670. OLE color: 14972670.
HSL color Cylindrical-coordinate representation of color #FE76E4: hue angle of 311.47º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE76E4 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 228 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.00 |
| HSL | 311.47º | 0.99% | 0.73% | - |
| HSV(B) | 311.47º | 0.54% | 1% | - |
| XYZ | 61.36 | 39.63 | 77.81 | - |
| YUV | 171.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 228 | 0 | 0.54 | 0.10 | 0.00 | 311.47 | 0.99 | 0.73 |
| Hex | FE | 76 | E4 | 0 | 36 | A | 0 | 137 | 63 | 49 |
| Octal | 376 | 166 | 344 | 0 | 66 | 12 | 0 | 467 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11100100 | 0 | 110110 | 1010 | 0 | 100110111 | 1100011 | 1001001 |
Color Harmonies of #FE76E4
Complementary color
Monochromatic Colors of #FE76E4
Black with #FE76E4
Text Example
Text Example
White with #FE76E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76E4; }
p { color: rgb(254,118,228); }
H1.HeaderClassName
{
color: #FE76E4;
}
.AnyTagClassName
{
color: #FE76E4;
}
</style>
background-color css
<style>
a { background-color: #FE76E4; }
a { background-color: rgb(254,118,228); }
div.DivClassName
{
background-color: #FE76E4;
}
.BgClassName
{
background-color: #FE76E4;
}
</style>
border-color css
<style>
span { border-color: #FE76E4; }
span { border-color: rgb(254,118,228); }
td.TdClassName
{
border-color: #FE76E4;
}
.TagClassName
{
border-color: #FE76E4;
}
</style>