Shades of Pale Magenta #FD77E5
Tints of Pale Magenta #FD77E5
RGB
CMYK
RGB Variations
Color information
#FD77E5 (or 0xFD77E5) is known color: Pale Magenta. HEX triplet: FD, 77 and E5. RGB value is (253,119,229). Sum of RGB (Red+Green+Blue) = 253+119+229=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 119 (46.88% from 255 or 19.80% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77E5 is #02881A. Grayscale: #ABABAB. Windows color (decimal): -165915 or 15038461. OLE color: 15038461.
HSL color Cylindrical-coordinate representation of color #FD77E5: hue angle of 310.75º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD77E5 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 229 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.01 |
| HSL | 310.75º | 0.97% | 0.73% | - |
| HSV(B) | 310.75º | 0.53% | 0.99% | - |
| XYZ | 61.25 | 39.73 | 78.57 | - |
| YUV | 171.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 229 | 0 | 0.53 | 0.09 | 0.01 | 310.75 | 0.97 | 0.73 |
| Hex | FD | 77 | E5 | 0 | 35 | 9 | 1 | 137 | 61 | 49 |
| Octal | 375 | 167 | 345 | 0 | 65 | 11 | 1 | 467 | 141 | 111 |
| Binary | 11111101 | 1110111 | 11100101 | 0 | 110101 | 1001 | 1 | 100110111 | 1100001 | 1001001 |
Color Harmonies of #FD77E5
Complementary color
Monochromatic Colors of #FD77E5
Black with #FD77E5
Text Example
Text Example
White with #FD77E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD77E5; }
p { color: rgb(253,119,229); }
H1.HeaderClassName
{
color: #FD77E5;
}
.AnyTagClassName
{
color: #FD77E5;
}
</style>
background-color css
<style>
a { background-color: #FD77E5; }
a { background-color: rgb(253,119,229); }
div.DivClassName
{
background-color: #FD77E5;
}
.BgClassName
{
background-color: #FD77E5;
}
</style>
border-color css
<style>
span { border-color: #FD77E5; }
span { border-color: rgb(253,119,229); }
td.TdClassName
{
border-color: #FD77E5;
}
.TagClassName
{
border-color: #FD77E5;
}
</style>