Shades of Pale Magenta #FC75DB
Tints of Pale Magenta #FC75DB
RGB
CMYK
RGB Variations
Color information
#FC75DB (or 0xFC75DB) is known color: Pale Magenta. HEX triplet: FC, 75 and DB. RGB value is (252,117,219). Sum of RGB (Red+Green+Blue) = 252+117+219=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75DB is #038A24. Grayscale: #A8A8A8. Windows color (decimal): -231973 or 14382588. OLE color: 14382588.
HSL color Cylindrical-coordinate representation of color #FC75DB: hue angle of 314.67º 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 #FC75DB is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 219 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.01 |
| HSL | 314.67º | 0.96% | 0.72% | - |
| HSV(B) | 314.67º | 0.54% | 0.99% | - |
| XYZ | 59.29 | 38.53 | 71.33 | - |
| YUV | 168.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 219 | 0 | 0.54 | 0.13 | 0.01 | 314.67 | 0.96 | 0.72 |
| Hex | FC | 75 | DB | 0 | 36 | D | 1 | 13B | 60 | 48 |
| Octal | 374 | 165 | 333 | 0 | 66 | 15 | 1 | 473 | 140 | 110 |
| Binary | 11111100 | 1110101 | 11011011 | 0 | 110110 | 1101 | 1 | 100111011 | 1100000 | 1001000 |
Color Harmonies of #FC75DB
Complementary color
Monochromatic Colors of #FC75DB
Black with #FC75DB
Text Example
Text Example
White with #FC75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC75DB; }
p { color: rgb(252,117,219); }
H1.HeaderClassName
{
color: #FC75DB;
}
.AnyTagClassName
{
color: #FC75DB;
}
</style>
background-color css
<style>
a { background-color: #FC75DB; }
a { background-color: rgb(252,117,219); }
div.DivClassName
{
background-color: #FC75DB;
}
.BgClassName
{
background-color: #FC75DB;
}
</style>
border-color css
<style>
span { border-color: #FC75DB; }
span { border-color: rgb(252,117,219); }
td.TdClassName
{
border-color: #FC75DB;
}
.TagClassName
{
border-color: #FC75DB;
}
</style>