Shades of Pale Magenta #F876DD
Tints of Pale Magenta #F876DD
RGB
CMYK
RGB Variations
Color information
#F876DD (or 0xF876DD) is known color: Pale Magenta. HEX triplet: F8, 76 and DD. RGB value is (248,118,221). Sum of RGB (Red+Green+Blue) = 248+118+221=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 118 (46.48% from 255 or 20.10% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F876DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876DD is #078922. Grayscale: #A8A8A8. Windows color (decimal): -493859 or 14513912. OLE color: 14513912.
HSL color Cylindrical-coordinate representation of color #F876DD: hue angle of 312.46º 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 #F876DD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 221 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.03 |
| HSL | 312.46º | 0.9% | 0.72% | - |
| HSV(B) | 312.46º | 0.52% | 0.97% | - |
| XYZ | 58.24 | 38.13 | 72.7 | - |
| YUV | 168.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 221 | 0 | 0.52 | 0.11 | 0.03 | 312.46 | 0.9 | 0.72 |
| Hex | F8 | 76 | DD | 0 | 34 | B | 3 | 138 | 5A | 48 |
| Octal | 370 | 166 | 335 | 0 | 64 | 13 | 3 | 470 | 132 | 110 |
| Binary | 11111000 | 1110110 | 11011101 | 0 | 110100 | 1011 | 11 | 100111000 | 1011010 | 1001000 |
Color Harmonies of #F876DD
Complementary color
Monochromatic Colors of #F876DD
Black with #F876DD
Text Example
Text Example
White with #F876DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F876DD; }
p { color: rgb(248,118,221); }
H1.HeaderClassName
{
color: #F876DD;
}
.AnyTagClassName
{
color: #F876DD;
}
</style>
background-color css
<style>
a { background-color: #F876DD; }
a { background-color: rgb(248,118,221); }
div.DivClassName
{
background-color: #F876DD;
}
.BgClassName
{
background-color: #F876DD;
}
</style>
border-color css
<style>
span { border-color: #F876DD; }
span { border-color: rgb(248,118,221); }
td.TdClassName
{
border-color: #F876DD;
}
.TagClassName
{
border-color: #F876DD;
}
</style>