Shades of Pale Magenta #FF77E9
Tints of Pale Magenta #FF77E9
RGB
CMYK
RGB Variations
Color information
#FF77E9 (or 0xFF77E9) is known color: Pale Magenta. HEX triplet: FF, 77 and E9. RGB value is (255,119,233). Sum of RGB (Red+Green+Blue) = 255+119+233=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 119 (46.88% from 255 or 19.60% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77E9 is #008816. Grayscale: #ACACAC. Windows color (decimal): -34839 or 15300607. OLE color: 15300607.
HSL color Cylindrical-coordinate representation of color #FF77E9: hue angle of 309.71º 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 #FF77E9 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 233 | - |
| CMYK | 0 | 0.53 | 0.09 | 0 |
| HSL | 309.71º | 1% | 0.73% | - |
| HSV(B) | 309.71º | 0.53% | 1% | - |
| XYZ | 62.54 | 40.34 | 81.58 | - |
| YUV | 172.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 233 | 0 | 0.53 | 0.09 | 0 | 309.71 | 1 | 0.73 |
| Hex | FF | 77 | E9 | 0 | 35 | 9 | 0 | 136 | 64 | 49 |
| Octal | 377 | 167 | 351 | 0 | 65 | 11 | 0 | 466 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11101001 | 0 | 110101 | 1001 | 0 | 100110110 | 1100100 | 1001001 |
Color Harmonies of #FF77E9
Complementary color
Monochromatic Colors of #FF77E9
Black with #FF77E9
Text Example
Text Example
White with #FF77E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77E9; }
p { color: rgb(255,119,233); }
H1.HeaderClassName
{
color: #FF77E9;
}
.AnyTagClassName
{
color: #FF77E9;
}
</style>
background-color css
<style>
a { background-color: #FF77E9; }
a { background-color: rgb(255,119,233); }
div.DivClassName
{
background-color: #FF77E9;
}
.BgClassName
{
background-color: #FF77E9;
}
</style>
border-color css
<style>
span { border-color: #FF77E9; }
span { border-color: rgb(255,119,233); }
td.TdClassName
{
border-color: #FF77E9;
}
.TagClassName
{
border-color: #FF77E9;
}
</style>