Shades of Pale Magenta #F876E5
Tints of Pale Magenta #F876E5
RGB
CMYK
RGB Variations
Color information
#F876E5 (or 0xF876E5) is known color: Pale Magenta. HEX triplet: F8, 76 and E5. RGB value is (248,118,229). Sum of RGB (Red+Green+Blue) = 248+118+229=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F876E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876E5 is #07891A. Grayscale: #A9A9A9. Windows color (decimal): -493851 or 15038200. OLE color: 15038200.
HSL color Cylindrical-coordinate representation of color #F876E5: hue angle of 308.77º 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 #F876E5 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 229 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.03 |
| HSL | 308.77º | 0.9% | 0.72% | - |
| HSV(B) | 308.77º | 0.52% | 0.97% | - |
| XYZ | 59.33 | 38.57 | 78.45 | - |
| YUV | 169.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 229 | 0 | 0.52 | 0.08 | 0.03 | 308.77 | 0.9 | 0.72 |
| Hex | F8 | 76 | E5 | 0 | 34 | 8 | 3 | 135 | 5A | 48 |
| Octal | 370 | 166 | 345 | 0 | 64 | 10 | 3 | 465 | 132 | 110 |
| Binary | 11111000 | 1110110 | 11100101 | 0 | 110100 | 1000 | 11 | 100110101 | 1011010 | 1001000 |
Color Harmonies of #F876E5
Complementary color
Monochromatic Colors of #F876E5
Black with #F876E5
Text Example
Text Example
White with #F876E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F876E5; }
p { color: rgb(248,118,229); }
H1.HeaderClassName
{
color: #F876E5;
}
.AnyTagClassName
{
color: #F876E5;
}
</style>
background-color css
<style>
a { background-color: #F876E5; }
a { background-color: rgb(248,118,229); }
div.DivClassName
{
background-color: #F876E5;
}
.BgClassName
{
background-color: #F876E5;
}
</style>
border-color css
<style>
span { border-color: #F876E5; }
span { border-color: rgb(248,118,229); }
td.TdClassName
{
border-color: #F876E5;
}
.TagClassName
{
border-color: #F876E5;
}
</style>