Shades of Pale Magenta #FE77ED
Tints of Pale Magenta #FE77ED
RGB
CMYK
RGB Variations
Color information
#FE77ED (or 0xFE77ED) is known color: Pale Magenta. HEX triplet: FE, 77 and ED. RGB value is (254,119,237). Sum of RGB (Red+Green+Blue) = 254+119+237=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 119 (46.88% from 255 or 19.51% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77ED is #018812. Grayscale: #ACACAC. Windows color (decimal): -100371 or 15562750. OLE color: 15562750.
HSL color Cylindrical-coordinate representation of color #FE77ED: hue angle of 307.56º 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 #FE77ED is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 237 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.00 |
| HSL | 307.56º | 0.99% | 0.73% | - |
| HSV(B) | 307.56º | 0.53% | 1% | - |
| XYZ | 62.76 | 40.38 | 84.61 | - |
| YUV | 172.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 237 | 0 | 0.53 | 0.07 | 0.00 | 307.56 | 0.99 | 0.73 |
| Hex | FE | 77 | ED | 0 | 35 | 7 | 0 | 134 | 63 | 49 |
| Octal | 376 | 167 | 355 | 0 | 65 | 7 | 0 | 464 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11101101 | 0 | 110101 | 111 | 0 | 100110100 | 1100011 | 1001001 |
Color Harmonies of #FE77ED
Complementary color
Monochromatic Colors of #FE77ED
Black with #FE77ED
Text Example
Text Example
White with #FE77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77ED; }
p { color: rgb(254,119,237); }
H1.HeaderClassName
{
color: #FE77ED;
}
.AnyTagClassName
{
color: #FE77ED;
}
</style>
background-color css
<style>
a { background-color: #FE77ED; }
a { background-color: rgb(254,119,237); }
div.DivClassName
{
background-color: #FE77ED;
}
.BgClassName
{
background-color: #FE77ED;
}
</style>
border-color css
<style>
span { border-color: #FE77ED; }
span { border-color: rgb(254,119,237); }
td.TdClassName
{
border-color: #FE77ED;
}
.TagClassName
{
border-color: #FE77ED;
}
</style>