Shades of Pale Magenta #FE77E9
Tints of Pale Magenta #FE77E9
RGB
CMYK
RGB Variations
Color information
#FE77E9 (or 0xFE77E9) is known color: Pale Magenta. HEX triplet: FE, 77 and E9. RGB value is (254,119,233). Sum of RGB (Red+Green+Blue) = 254+119+233=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77E9 is #018816. Grayscale: #ACACAC. Windows color (decimal): -100375 or 15300606. OLE color: 15300606.
HSL color Cylindrical-coordinate representation of color #FE77E9: hue angle of 309.33º 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 #FE77E9 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 233 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.00 |
| HSL | 309.33º | 0.99% | 0.73% | - |
| HSV(B) | 309.33º | 0.53% | 1% | - |
| XYZ | 62.18 | 40.15 | 81.56 | - |
| YUV | 172.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 233 | 0 | 0.53 | 0.08 | 0.00 | 309.33 | 0.99 | 0.73 |
| Hex | FE | 77 | E9 | 0 | 35 | 8 | 0 | 135 | 63 | 49 |
| Octal | 376 | 167 | 351 | 0 | 65 | 10 | 0 | 465 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11101001 | 0 | 110101 | 1000 | 0 | 100110101 | 1100011 | 1001001 |
Color Harmonies of #FE77E9
Complementary color
Monochromatic Colors of #FE77E9
Black with #FE77E9
Text Example
Text Example
White with #FE77E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77E9; }
p { color: rgb(254,119,233); }
H1.HeaderClassName
{
color: #FE77E9;
}
.AnyTagClassName
{
color: #FE77E9;
}
</style>
background-color css
<style>
a { background-color: #FE77E9; }
a { background-color: rgb(254,119,233); }
div.DivClassName
{
background-color: #FE77E9;
}
.BgClassName
{
background-color: #FE77E9;
}
</style>
border-color css
<style>
span { border-color: #FE77E9; }
span { border-color: rgb(254,119,233); }
td.TdClassName
{
border-color: #FE77E9;
}
.TagClassName
{
border-color: #FE77E9;
}
</style>