Shades of Pale Magenta #FE77EE
Tints of Pale Magenta #FE77EE
RGB
CMYK
RGB Variations
Color information
#FE77EE (or 0xFE77EE) is known color: Pale Magenta. HEX triplet: FE, 77 and EE. RGB value is (254,119,238). Sum of RGB (Red+Green+Blue) = 254+119+238=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 119 (46.88% from 255 or 19.48% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77EE is #018811. Grayscale: #ACACAC. Windows color (decimal): -100370 or 15628286. OLE color: 15628286.
HSL color Cylindrical-coordinate representation of color #FE77EE: hue angle of 307.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE77EE is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 238 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.00 |
| HSL | 307.11º | 0.99% | 0.73% | - |
| HSV(B) | 307.11º | 0.53% | 1% | - |
| XYZ | 62.9 | 40.44 | 85.38 | - |
| YUV | 172.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 238 | 0 | 0.53 | 0.06 | 0.00 | 307.11 | 0.99 | 0.73 |
| Hex | FE | 77 | EE | 0 | 35 | 6 | 0 | 133 | 63 | 49 |
| Octal | 376 | 167 | 356 | 0 | 65 | 6 | 0 | 463 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11101110 | 0 | 110101 | 110 | 0 | 100110011 | 1100011 | 1001001 |
Color Harmonies of #FE77EE
Complementary color
Monochromatic Colors of #FE77EE
Black with #FE77EE
Text Example
Text Example
White with #FE77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77EE; }
p { color: rgb(254,119,238); }
H1.HeaderClassName
{
color: #FE77EE;
}
.AnyTagClassName
{
color: #FE77EE;
}
</style>
background-color css
<style>
a { background-color: #FE77EE; }
a { background-color: rgb(254,119,238); }
div.DivClassName
{
background-color: #FE77EE;
}
.BgClassName
{
background-color: #FE77EE;
}
</style>
border-color css
<style>
span { border-color: #FE77EE; }
span { border-color: rgb(254,119,238); }
td.TdClassName
{
border-color: #FE77EE;
}
.TagClassName
{
border-color: #FE77EE;
}
</style>