Shades of Pale Magenta #FE76EE
Tints of Pale Magenta #FE76EE
RGB
CMYK
RGB Variations
Color information
#FE76EE (or 0xFE76EE) is known color: Pale Magenta. HEX triplet: FE, 76 and EE. RGB value is (254,118,238). Sum of RGB (Red+Green+Blue) = 254+118+238=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 118 (46.48% from 255 or 19.34% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76EE is #018911. Grayscale: #ACACAC. Windows color (decimal): -100626 or 15628030. OLE color: 15628030.
HSL color Cylindrical-coordinate representation of color #FE76EE: hue angle of 307.06º 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 #FE76EE is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 238 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.00 |
| HSL | 307.06º | 0.99% | 0.73% | - |
| HSV(B) | 307.06º | 0.54% | 1% | - |
| XYZ | 62.78 | 40.2 | 85.34 | - |
| YUV | 172.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 238 | 0 | 0.54 | 0.06 | 0.00 | 307.06 | 0.99 | 0.73 |
| Hex | FE | 76 | EE | 0 | 36 | 6 | 0 | 133 | 63 | 49 |
| Octal | 376 | 166 | 356 | 0 | 66 | 6 | 0 | 463 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11101110 | 0 | 110110 | 110 | 0 | 100110011 | 1100011 | 1001001 |
Color Harmonies of #FE76EE
Complementary color
Monochromatic Colors of #FE76EE
Black with #FE76EE
Text Example
Text Example
White with #FE76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76EE; }
p { color: rgb(254,118,238); }
H1.HeaderClassName
{
color: #FE76EE;
}
.AnyTagClassName
{
color: #FE76EE;
}
</style>
background-color css
<style>
a { background-color: #FE76EE; }
a { background-color: rgb(254,118,238); }
div.DivClassName
{
background-color: #FE76EE;
}
.BgClassName
{
background-color: #FE76EE;
}
</style>
border-color css
<style>
span { border-color: #FE76EE; }
span { border-color: rgb(254,118,238); }
td.TdClassName
{
border-color: #FE76EE;
}
.TagClassName
{
border-color: #FE76EE;
}
</style>