Shades of Pale Magenta #FC73DB
Tints of Pale Magenta #FC73DB
RGB
CMYK
RGB Variations
Color information
#FC73DB (or 0xFC73DB) is known color: Pale Magenta. HEX triplet: FC, 73 and DB. RGB value is (252,115,219). Sum of RGB (Red+Green+Blue) = 252+115+219=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73DB is #038C24. Grayscale: #A7A7A7. Windows color (decimal): -232485 or 14382076. OLE color: 14382076.
HSL color Cylindrical-coordinate representation of color #FC73DB: hue angle of 314.45º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73DB is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 219 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.01 |
| HSL | 314.45º | 0.96% | 0.72% | - |
| HSV(B) | 314.45º | 0.54% | 0.99% | - |
| XYZ | 59.06 | 38.07 | 71.25 | - |
| YUV | 167.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 219 | 0 | 0.54 | 0.13 | 0.01 | 314.45 | 0.96 | 0.72 |
| Hex | FC | 73 | DB | 0 | 36 | D | 1 | 13A | 60 | 48 |
| Octal | 374 | 163 | 333 | 0 | 66 | 15 | 1 | 472 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11011011 | 0 | 110110 | 1101 | 1 | 100111010 | 1100000 | 1001000 |
Color Harmonies of #FC73DB
Complementary color
Monochromatic Colors of #FC73DB
Black with #FC73DB
Text Example
Text Example
White with #FC73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73DB; }
p { color: rgb(252,115,219); }
H1.HeaderClassName
{
color: #FC73DB;
}
.AnyTagClassName
{
color: #FC73DB;
}
</style>
background-color css
<style>
a { background-color: #FC73DB; }
a { background-color: rgb(252,115,219); }
div.DivClassName
{
background-color: #FC73DB;
}
.BgClassName
{
background-color: #FC73DB;
}
</style>
border-color css
<style>
span { border-color: #FC73DB; }
span { border-color: rgb(252,115,219); }
td.TdClassName
{
border-color: #FC73DB;
}
.TagClassName
{
border-color: #FC73DB;
}
</style>