Shades of Pale Magenta #F876DC
Tints of Pale Magenta #F876DC
RGB
CMYK
RGB Variations
Color information
#F876DC (or 0xF876DC) is known color: Pale Magenta. HEX triplet: F8, 76 and DC. RGB value is (248,118,220). Sum of RGB (Red+Green+Blue) = 248+118+220=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 118 (46.48% from 255 or 20.14% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F876DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876DC is #078923. Grayscale: #A8A8A8. Windows color (decimal): -493860 or 14448376. OLE color: 14448376.
HSL color Cylindrical-coordinate representation of color #F876DC: hue angle of 312.92º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F876DC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 220 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.03 |
| HSL | 312.92º | 0.9% | 0.72% | - |
| HSV(B) | 312.92º | 0.52% | 0.97% | - |
| XYZ | 58.11 | 38.08 | 72 | - |
| YUV | 168.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 220 | 0 | 0.52 | 0.11 | 0.03 | 312.92 | 0.9 | 0.72 |
| Hex | F8 | 76 | DC | 0 | 34 | B | 3 | 139 | 5A | 48 |
| Octal | 370 | 166 | 334 | 0 | 64 | 13 | 3 | 471 | 132 | 110 |
| Binary | 11111000 | 1110110 | 11011100 | 0 | 110100 | 1011 | 11 | 100111001 | 1011010 | 1001000 |
Color Harmonies of #F876DC
Complementary color
Monochromatic Colors of #F876DC
Black with #F876DC
Text Example
Text Example
White with #F876DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F876DC; }
p { color: rgb(248,118,220); }
H1.HeaderClassName
{
color: #F876DC;
}
.AnyTagClassName
{
color: #F876DC;
}
</style>
background-color css
<style>
a { background-color: #F876DC; }
a { background-color: rgb(248,118,220); }
div.DivClassName
{
background-color: #F876DC;
}
.BgClassName
{
background-color: #F876DC;
}
</style>
border-color css
<style>
span { border-color: #F876DC; }
span { border-color: rgb(248,118,220); }
td.TdClassName
{
border-color: #F876DC;
}
.TagClassName
{
border-color: #F876DC;
}
</style>