Shades of Pale Magenta #FC78DB
Tints of Pale Magenta #FC78DB
RGB
CMYK
RGB Variations
Color information
#FC78DB (or 0xFC78DB) is known color: Pale Magenta. HEX triplet: FC, 78 and DB. RGB value is (252,120,219). Sum of RGB (Red+Green+Blue) = 252+120+219=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78DB is #038724. Grayscale: #AAAAAA. Windows color (decimal): -231205 or 14383356. OLE color: 14383356.
HSL color Cylindrical-coordinate representation of color #FC78DB: hue angle of 315º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC78DB is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 219 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.01 |
| HSL | 315º | 0.96% | 0.73% | - |
| HSV(B) | 315º | 0.52% | 0.99% | - |
| XYZ | 59.65 | 39.24 | 71.45 | - |
| YUV | 170.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 219 | 0 | 0.52 | 0.13 | 0.01 | 315 | 0.96 | 0.73 |
| Hex | FC | 78 | DB | 0 | 34 | D | 1 | 13B | 60 | 49 |
| Octal | 374 | 170 | 333 | 0 | 64 | 15 | 1 | 473 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11011011 | 0 | 110100 | 1101 | 1 | 100111011 | 1100000 | 1001001 |
Color Harmonies of #FC78DB
Complementary color
Monochromatic Colors of #FC78DB
Black with #FC78DB
Text Example
Text Example
White with #FC78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78DB; }
p { color: rgb(252,120,219); }
H1.HeaderClassName
{
color: #FC78DB;
}
.AnyTagClassName
{
color: #FC78DB;
}
</style>
background-color css
<style>
a { background-color: #FC78DB; }
a { background-color: rgb(252,120,219); }
div.DivClassName
{
background-color: #FC78DB;
}
.BgClassName
{
background-color: #FC78DB;
}
</style>
border-color css
<style>
span { border-color: #FC78DB; }
span { border-color: rgb(252,120,219); }
td.TdClassName
{
border-color: #FC78DB;
}
.TagClassName
{
border-color: #FC78DB;
}
</style>