Shades of Pale Magenta #FF77ED
Tints of Pale Magenta #FF77ED
RGB
CMYK
RGB Variations
Color information
#FF77ED (or 0xFF77ED) is known color: Pale Magenta. HEX triplet: FF, 77 and ED. RGB value is (255,119,237). Sum of RGB (Red+Green+Blue) = 255+119+237=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 119 (46.88% from 255 or 19.48% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77ED is #008812. Grayscale: #ACACAC. Windows color (decimal): -34835 or 15562751. OLE color: 15562751.
HSL color Cylindrical-coordinate representation of color #FF77ED: hue angle of 307.94º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77ED is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 237 | - |
| CMYK | 0 | 0.53 | 0.07 | 0 |
| HSL | 307.94º | 1% | 0.73% | - |
| HSV(B) | 307.94º | 0.53% | 1% | - |
| XYZ | 63.12 | 40.57 | 84.62 | - |
| YUV | 173.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 237 | 0 | 0.53 | 0.07 | 0 | 307.94 | 1 | 0.73 |
| Hex | FF | 77 | ED | 0 | 35 | 7 | 0 | 134 | 64 | 49 |
| Octal | 377 | 167 | 355 | 0 | 65 | 7 | 0 | 464 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11101101 | 0 | 110101 | 111 | 0 | 100110100 | 1100100 | 1001001 |
Color Harmonies of #FF77ED
Complementary color
Monochromatic Colors of #FF77ED
Black with #FF77ED
Text Example
Text Example
White with #FF77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77ED; }
p { color: rgb(255,119,237); }
H1.HeaderClassName
{
color: #FF77ED;
}
.AnyTagClassName
{
color: #FF77ED;
}
</style>
background-color css
<style>
a { background-color: #FF77ED; }
a { background-color: rgb(255,119,237); }
div.DivClassName
{
background-color: #FF77ED;
}
.BgClassName
{
background-color: #FF77ED;
}
</style>
border-color css
<style>
span { border-color: #FF77ED; }
span { border-color: rgb(255,119,237); }
td.TdClassName
{
border-color: #FF77ED;
}
.TagClassName
{
border-color: #FF77ED;
}
</style>