Shades of Pale Magenta #FB77D9
Tints of Pale Magenta #FB77D9
RGB
CMYK
RGB Variations
Color information
#FB77D9 (or 0xFB77D9) is known color: Pale Magenta. HEX triplet: FB, 77 and D9. RGB value is (251,119,217). Sum of RGB (Red+Green+Blue) = 251+119+217=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77D9 is #048826. Grayscale: #A9A9A9. Windows color (decimal): -296999 or 14252027. OLE color: 14252027.
HSL color Cylindrical-coordinate representation of color #FB77D9: hue angle of 315.45º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77D9 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 217 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.02 |
| HSL | 315.45º | 0.94% | 0.73% | - |
| HSV(B) | 315.45º | 0.53% | 0.98% | - |
| XYZ | 58.9 | 38.71 | 70.01 | - |
| YUV | 169.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 217 | 0 | 0.53 | 0.14 | 0.02 | 315.45 | 0.94 | 0.73 |
| Hex | FB | 77 | D9 | 0 | 35 | E | 2 | 13B | 5E | 49 |
| Octal | 373 | 167 | 331 | 0 | 65 | 16 | 2 | 473 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11011001 | 0 | 110101 | 1110 | 10 | 100111011 | 1011110 | 1001001 |
Color Harmonies of #FB77D9
Complementary color
Monochromatic Colors of #FB77D9
Black with #FB77D9
Text Example
Text Example
White with #FB77D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77D9; }
p { color: rgb(251,119,217); }
H1.HeaderClassName
{
color: #FB77D9;
}
.AnyTagClassName
{
color: #FB77D9;
}
</style>
background-color css
<style>
a { background-color: #FB77D9; }
a { background-color: rgb(251,119,217); }
div.DivClassName
{
background-color: #FB77D9;
}
.BgClassName
{
background-color: #FB77D9;
}
</style>
border-color css
<style>
span { border-color: #FB77D9; }
span { border-color: rgb(251,119,217); }
td.TdClassName
{
border-color: #FB77D9;
}
.TagClassName
{
border-color: #FB77D9;
}
</style>