Shades of Pale Magenta #FB78DB
Tints of Pale Magenta #FB78DB
RGB
CMYK
RGB Variations
Color information
#FB78DB (or 0xFB78DB) is known color: Pale Magenta. HEX triplet: FB, 78 and DB. RGB value is (251,120,219). Sum of RGB (Red+Green+Blue) = 251+120+219=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78DB is #048724. Grayscale: #AAAAAA. Windows color (decimal): -296741 or 14383355. OLE color: 14383355.
HSL color Cylindrical-coordinate representation of color #FB78DB: hue angle of 314.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB78DB is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 219 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.02 |
| HSL | 314.66º | 0.94% | 0.73% | - |
| HSV(B) | 314.66º | 0.52% | 0.98% | - |
| XYZ | 59.29 | 39.06 | 71.43 | - |
| YUV | 170.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 219 | 0 | 0.52 | 0.13 | 0.02 | 314.66 | 0.94 | 0.73 |
| Hex | FB | 78 | DB | 0 | 34 | D | 2 | 13B | 5E | 49 |
| Octal | 373 | 170 | 333 | 0 | 64 | 15 | 2 | 473 | 136 | 111 |
| Binary | 11111011 | 1111000 | 11011011 | 0 | 110100 | 1101 | 10 | 100111011 | 1011110 | 1001001 |
Color Harmonies of #FB78DB
Complementary color
Monochromatic Colors of #FB78DB
Black with #FB78DB
Text Example
Text Example
White with #FB78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78DB; }
p { color: rgb(251,120,219); }
H1.HeaderClassName
{
color: #FB78DB;
}
.AnyTagClassName
{
color: #FB78DB;
}
</style>
background-color css
<style>
a { background-color: #FB78DB; }
a { background-color: rgb(251,120,219); }
div.DivClassName
{
background-color: #FB78DB;
}
.BgClassName
{
background-color: #FB78DB;
}
</style>
border-color css
<style>
span { border-color: #FB78DB; }
span { border-color: rgb(251,120,219); }
td.TdClassName
{
border-color: #FB78DB;
}
.TagClassName
{
border-color: #FB78DB;
}
</style>