Shades of Pale Magenta #FB77DB
Tints of Pale Magenta #FB77DB
RGB
CMYK
RGB Variations
Color information
#FB77DB (or 0xFB77DB) is known color: Pale Magenta. HEX triplet: FB, 77 and DB. RGB value is (251,119,219). Sum of RGB (Red+Green+Blue) = 251+119+219=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77DB is #048824. Grayscale: #A9A9A9. Windows color (decimal): -296997 or 14383099. OLE color: 14383099.
HSL color Cylindrical-coordinate representation of color #FB77DB: hue angle of 314.55º 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 #FB77DB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 219 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.02 |
| HSL | 314.55º | 0.94% | 0.73% | - |
| HSV(B) | 314.55º | 0.53% | 0.98% | - |
| XYZ | 59.17 | 38.82 | 71.39 | - |
| YUV | 169.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 219 | 0 | 0.53 | 0.13 | 0.02 | 314.55 | 0.94 | 0.73 |
| Hex | FB | 77 | DB | 0 | 35 | D | 2 | 13B | 5E | 49 |
| Octal | 373 | 167 | 333 | 0 | 65 | 15 | 2 | 473 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11011011 | 0 | 110101 | 1101 | 10 | 100111011 | 1011110 | 1001001 |
Color Harmonies of #FB77DB
Complementary color
Monochromatic Colors of #FB77DB
Black with #FB77DB
Text Example
Text Example
White with #FB77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77DB; }
p { color: rgb(251,119,219); }
H1.HeaderClassName
{
color: #FB77DB;
}
.AnyTagClassName
{
color: #FB77DB;
}
</style>
background-color css
<style>
a { background-color: #FB77DB; }
a { background-color: rgb(251,119,219); }
div.DivClassName
{
background-color: #FB77DB;
}
.BgClassName
{
background-color: #FB77DB;
}
</style>
border-color css
<style>
span { border-color: #FB77DB; }
span { border-color: rgb(251,119,219); }
td.TdClassName
{
border-color: #FB77DB;
}
.TagClassName
{
border-color: #FB77DB;
}
</style>