Shades of Pale Magenta #FF77E6
Tints of Pale Magenta #FF77E6
RGB
CMYK
RGB Variations
Color information
#FF77E6 (or 0xFF77E6) is known color: Pale Magenta. HEX triplet: FF, 77 and E6. RGB value is (255,119,230). Sum of RGB (Red+Green+Blue) = 255+119+230=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 119 (46.88% from 255 or 19.70% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77E6 is #008819. Grayscale: #ACACAC. Windows color (decimal): -34842 or 15103999. OLE color: 15103999.
HSL color Cylindrical-coordinate representation of color #FF77E6: hue angle of 311.03º 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 #FF77E6 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 230 | - |
| CMYK | 0 | 0.53 | 0.10 | 0 |
| HSL | 311.03º | 1% | 0.73% | - |
| HSV(B) | 311.03º | 0.53% | 1% | - |
| XYZ | 62.12 | 40.17 | 79.34 | - |
| YUV | 172.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 230 | 0 | 0.53 | 0.10 | 0 | 311.03 | 1 | 0.73 |
| Hex | FF | 77 | E6 | 0 | 35 | A | 0 | 137 | 64 | 49 |
| Octal | 377 | 167 | 346 | 0 | 65 | 12 | 0 | 467 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11100110 | 0 | 110101 | 1010 | 0 | 100110111 | 1100100 | 1001001 |
Color Harmonies of #FF77E6
Complementary color
Monochromatic Colors of #FF77E6
Black with #FF77E6
Text Example
Text Example
White with #FF77E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77E6; }
p { color: rgb(255,119,230); }
H1.HeaderClassName
{
color: #FF77E6;
}
.AnyTagClassName
{
color: #FF77E6;
}
</style>
background-color css
<style>
a { background-color: #FF77E6; }
a { background-color: rgb(255,119,230); }
div.DivClassName
{
background-color: #FF77E6;
}
.BgClassName
{
background-color: #FF77E6;
}
</style>
border-color css
<style>
span { border-color: #FF77E6; }
span { border-color: rgb(255,119,230); }
td.TdClassName
{
border-color: #FF77E6;
}
.TagClassName
{
border-color: #FF77E6;
}
</style>