Shades of Pale Magenta #FB78DC
Tints of Pale Magenta #FB78DC
RGB
CMYK
RGB Variations
Color information
#FB78DC (or 0xFB78DC) is known color: Pale Magenta. HEX triplet: FB, 78 and DC. RGB value is (251,120,220). Sum of RGB (Red+Green+Blue) = 251+120+220=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78DC is #048723. Grayscale: #AAAAAA. Windows color (decimal): -296740 or 14448891. OLE color: 14448891.
HSL color Cylindrical-coordinate representation of color #FB78DC: hue angle of 314.2º 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 #FB78DC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 220 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.02 |
| HSL | 314.2º | 0.94% | 0.73% | - |
| HSV(B) | 314.2º | 0.52% | 0.98% | - |
| XYZ | 59.42 | 39.11 | 72.13 | - |
| YUV | 170.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 220 | 0 | 0.52 | 0.12 | 0.02 | 314.2 | 0.94 | 0.73 |
| Hex | FB | 78 | DC | 0 | 34 | C | 2 | 13A | 5E | 49 |
| Octal | 373 | 170 | 334 | 0 | 64 | 14 | 2 | 472 | 136 | 111 |
| Binary | 11111011 | 1111000 | 11011100 | 0 | 110100 | 1100 | 10 | 100111010 | 1011110 | 1001001 |
Color Harmonies of #FB78DC
Complementary color
Monochromatic Colors of #FB78DC
Black with #FB78DC
Text Example
Text Example
White with #FB78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78DC; }
p { color: rgb(251,120,220); }
H1.HeaderClassName
{
color: #FB78DC;
}
.AnyTagClassName
{
color: #FB78DC;
}
</style>
background-color css
<style>
a { background-color: #FB78DC; }
a { background-color: rgb(251,120,220); }
div.DivClassName
{
background-color: #FB78DC;
}
.BgClassName
{
background-color: #FB78DC;
}
</style>
border-color css
<style>
span { border-color: #FB78DC; }
span { border-color: rgb(251,120,220); }
td.TdClassName
{
border-color: #FB78DC;
}
.TagClassName
{
border-color: #FB78DC;
}
</style>