Shades of Pale Magenta #FC77DB
Tints of Pale Magenta #FC77DB
RGB
CMYK
RGB Variations
Color information
#FC77DB (or 0xFC77DB) is known color: Pale Magenta. HEX triplet: FC, 77 and DB. RGB value is (252,119,219). Sum of RGB (Red+Green+Blue) = 252+119+219=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77DB is #038824. Grayscale: #A9A9A9. Windows color (decimal): -231461 or 14383100. OLE color: 14383100.
HSL color Cylindrical-coordinate representation of color #FC77DB: hue angle of 314.89º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC77DB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 219 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.01 |
| HSL | 314.89º | 0.96% | 0.73% | - |
| HSV(B) | 314.89º | 0.53% | 0.99% | - |
| XYZ | 59.53 | 39 | 71.41 | - |
| YUV | 170.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 219 | 0 | 0.53 | 0.13 | 0.01 | 314.89 | 0.96 | 0.73 |
| Hex | FC | 77 | DB | 0 | 35 | D | 1 | 13B | 60 | 49 |
| Octal | 374 | 167 | 333 | 0 | 65 | 15 | 1 | 473 | 140 | 111 |
| Binary | 11111100 | 1110111 | 11011011 | 0 | 110101 | 1101 | 1 | 100111011 | 1100000 | 1001001 |
Color Harmonies of #FC77DB
Complementary color
Monochromatic Colors of #FC77DB
Black with #FC77DB
Text Example
Text Example
White with #FC77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77DB; }
p { color: rgb(252,119,219); }
H1.HeaderClassName
{
color: #FC77DB;
}
.AnyTagClassName
{
color: #FC77DB;
}
</style>
background-color css
<style>
a { background-color: #FC77DB; }
a { background-color: rgb(252,119,219); }
div.DivClassName
{
background-color: #FC77DB;
}
.BgClassName
{
background-color: #FC77DB;
}
</style>
border-color css
<style>
span { border-color: #FC77DB; }
span { border-color: rgb(252,119,219); }
td.TdClassName
{
border-color: #FC77DB;
}
.TagClassName
{
border-color: #FC77DB;
}
</style>