Shades of Pale Magenta #FC74DB
Tints of Pale Magenta #FC74DB
RGB
CMYK
RGB Variations
Color information
#FC74DB (or 0xFC74DB) is known color: Pale Magenta. HEX triplet: FC, 74 and DB. RGB value is (252,116,219). Sum of RGB (Red+Green+Blue) = 252+116+219=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74DB is #038B24. Grayscale: #A8A8A8. Windows color (decimal): -232229 or 14382332. OLE color: 14382332.
HSL color Cylindrical-coordinate representation of color #FC74DB: hue angle of 314.56º 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 #FC74DB is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 219 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.01 |
| HSL | 314.56º | 0.96% | 0.72% | - |
| HSV(B) | 314.56º | 0.54% | 0.99% | - |
| XYZ | 59.18 | 38.3 | 71.29 | - |
| YUV | 168.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 219 | 0 | 0.54 | 0.13 | 0.01 | 314.56 | 0.96 | 0.72 |
| Hex | FC | 74 | DB | 0 | 36 | D | 1 | 13B | 60 | 48 |
| Octal | 374 | 164 | 333 | 0 | 66 | 15 | 1 | 473 | 140 | 110 |
| Binary | 11111100 | 1110100 | 11011011 | 0 | 110110 | 1101 | 1 | 100111011 | 1100000 | 1001000 |
Color Harmonies of #FC74DB
Complementary color
Monochromatic Colors of #FC74DB
Black with #FC74DB
Text Example
Text Example
White with #FC74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74DB; }
p { color: rgb(252,116,219); }
H1.HeaderClassName
{
color: #FC74DB;
}
.AnyTagClassName
{
color: #FC74DB;
}
</style>
background-color css
<style>
a { background-color: #FC74DB; }
a { background-color: rgb(252,116,219); }
div.DivClassName
{
background-color: #FC74DB;
}
.BgClassName
{
background-color: #FC74DB;
}
</style>
border-color css
<style>
span { border-color: #FC74DB; }
span { border-color: rgb(252,116,219); }
td.TdClassName
{
border-color: #FC74DB;
}
.TagClassName
{
border-color: #FC74DB;
}
</style>