Shades of Pale Magenta #FE77D9
Tints of Pale Magenta #FE77D9
RGB
CMYK
RGB Variations
Color information
#FE77D9 (or 0xFE77D9) is known color: Pale Magenta. HEX triplet: FE, 77 and D9. RGB value is (254,119,217). Sum of RGB (Red+Green+Blue) = 254+119+217=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77D9 is #018826. Grayscale: #AAAAAA. Windows color (decimal): -100391 or 14252030. OLE color: 14252030.
HSL color Cylindrical-coordinate representation of color #FE77D9: hue angle of 316.44º 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 #FE77D9 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 217 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.00 |
| HSL | 316.44º | 0.99% | 0.73% | - |
| HSV(B) | 316.44º | 0.53% | 1% | - |
| XYZ | 59.99 | 39.27 | 70.06 | - |
| YUV | 170.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 217 | 0 | 0.53 | 0.15 | 0.00 | 316.44 | 0.99 | 0.73 |
| Hex | FE | 77 | D9 | 0 | 35 | F | 0 | 13C | 63 | 49 |
| Octal | 376 | 167 | 331 | 0 | 65 | 17 | 0 | 474 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11011001 | 0 | 110101 | 1111 | 0 | 100111100 | 1100011 | 1001001 |
Color Harmonies of #FE77D9
Complementary color
Monochromatic Colors of #FE77D9
Black with #FE77D9
Text Example
Text Example
White with #FE77D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77D9; }
p { color: rgb(254,119,217); }
H1.HeaderClassName
{
color: #FE77D9;
}
.AnyTagClassName
{
color: #FE77D9;
}
</style>
background-color css
<style>
a { background-color: #FE77D9; }
a { background-color: rgb(254,119,217); }
div.DivClassName
{
background-color: #FE77D9;
}
.BgClassName
{
background-color: #FE77D9;
}
</style>
border-color css
<style>
span { border-color: #FE77D9; }
span { border-color: rgb(254,119,217); }
td.TdClassName
{
border-color: #FE77D9;
}
.TagClassName
{
border-color: #FE77D9;
}
</style>