Shades of Pale Magenta #F876DF
Tints of Pale Magenta #F876DF
RGB
CMYK
RGB Variations
Color information
#F876DF (or 0xF876DF) is known color: Pale Magenta. HEX triplet: F8, 76 and DF. RGB value is (248,118,223). Sum of RGB (Red+Green+Blue) = 248+118+223=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F876DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876DF is #078920. Grayscale: #A8A8A8. Windows color (decimal): -493857 or 14644984. OLE color: 14644984.
HSL color Cylindrical-coordinate representation of color #F876DF: hue angle of 311.54º 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 #F876DF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 223 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.03 |
| HSL | 311.54º | 0.9% | 0.72% | - |
| HSV(B) | 311.54º | 0.52% | 0.97% | - |
| XYZ | 58.51 | 38.24 | 74.11 | - |
| YUV | 168.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 223 | 0 | 0.52 | 0.10 | 0.03 | 311.54 | 0.9 | 0.72 |
| Hex | F8 | 76 | DF | 0 | 34 | A | 3 | 138 | 5A | 48 |
| Octal | 370 | 166 | 337 | 0 | 64 | 12 | 3 | 470 | 132 | 110 |
| Binary | 11111000 | 1110110 | 11011111 | 0 | 110100 | 1010 | 11 | 100111000 | 1011010 | 1001000 |
Color Harmonies of #F876DF
Complementary color
Monochromatic Colors of #F876DF
Black with #F876DF
Text Example
Text Example
White with #F876DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F876DF; }
p { color: rgb(248,118,223); }
H1.HeaderClassName
{
color: #F876DF;
}
.AnyTagClassName
{
color: #F876DF;
}
</style>
background-color css
<style>
a { background-color: #F876DF; }
a { background-color: rgb(248,118,223); }
div.DivClassName
{
background-color: #F876DF;
}
.BgClassName
{
background-color: #F876DF;
}
</style>
border-color css
<style>
span { border-color: #F876DF; }
span { border-color: rgb(248,118,223); }
td.TdClassName
{
border-color: #F876DF;
}
.TagClassName
{
border-color: #F876DF;
}
</style>