Shades of Pale Magenta #FF77E4
Tints of Pale Magenta #FF77E4
RGB
CMYK
RGB Variations
Color information
#FF77E4 (or 0xFF77E4) is known color: Pale Magenta. HEX triplet: FF, 77 and E4. RGB value is (255,119,228). Sum of RGB (Red+Green+Blue) = 255+119+228=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 119 (46.88% from 255 or 19.77% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77E4 is #00881B. Grayscale: #ABABAB. Windows color (decimal): -34844 or 14972927. OLE color: 14972927.
HSL color Cylindrical-coordinate representation of color #FF77E4: hue angle of 311.91º 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 #FF77E4 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 228 | - |
| CMYK | 0 | 0.53 | 0.11 | 0 |
| HSL | 311.91º | 1% | 0.73% | - |
| HSV(B) | 311.91º | 0.53% | 1% | - |
| XYZ | 61.84 | 40.06 | 77.87 | - |
| YUV | 172.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 228 | 0 | 0.53 | 0.11 | 0 | 311.91 | 1 | 0.73 |
| Hex | FF | 77 | E4 | 0 | 35 | B | 0 | 138 | 64 | 49 |
| Octal | 377 | 167 | 344 | 0 | 65 | 13 | 0 | 470 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11100100 | 0 | 110101 | 1011 | 0 | 100111000 | 1100100 | 1001001 |
Color Harmonies of #FF77E4
Complementary color
Monochromatic Colors of #FF77E4
Black with #FF77E4
Text Example
Text Example
White with #FF77E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77E4; }
p { color: rgb(255,119,228); }
H1.HeaderClassName
{
color: #FF77E4;
}
.AnyTagClassName
{
color: #FF77E4;
}
</style>
background-color css
<style>
a { background-color: #FF77E4; }
a { background-color: rgb(255,119,228); }
div.DivClassName
{
background-color: #FF77E4;
}
.BgClassName
{
background-color: #FF77E4;
}
</style>
border-color css
<style>
span { border-color: #FF77E4; }
span { border-color: rgb(255,119,228); }
td.TdClassName
{
border-color: #FF77E4;
}
.TagClassName
{
border-color: #FF77E4;
}
</style>