Shades of Pale Magenta #F76EE8
Tints of Pale Magenta #F76EE8
RGB
CMYK
RGB Variations
Color information
#F76EE8 (or 0xF76EE8) is known color: Pale Magenta. HEX triplet: F7, 6E and E8. RGB value is (247,110,232). Sum of RGB (Red+Green+Blue) = 247+110+232=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F76EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76EE8 is #089117. Grayscale: #A4A4A4. Windows color (decimal): -561432 or 15232759. OLE color: 15232759.
HSL color Cylindrical-coordinate representation of color #F76EE8: hue angle of 306.57º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76EE8 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 110 | 232 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.03 |
| HSL | 306.57º | 0.9% | 0.7% | - |
| HSV(B) | 306.57º | 0.55% | 0.97% | - |
| XYZ | 58.5 | 36.75 | 80.35 | - |
| YUV | 164.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 110 | 232 | 0 | 0.55 | 0.06 | 0.03 | 306.57 | 0.9 | 0.7 |
| Hex | F7 | 6E | E8 | 0 | 37 | 6 | 3 | 133 | 5A | 46 |
| Octal | 367 | 156 | 350 | 0 | 67 | 6 | 3 | 463 | 132 | 106 |
| Binary | 11110111 | 1101110 | 11101000 | 0 | 110111 | 110 | 11 | 100110011 | 1011010 | 1000110 |
Color Harmonies of #F76EE8
Complementary color
Monochromatic Colors of #F76EE8
Black with #F76EE8
Text Example
Text Example
White with #F76EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76EE8; }
p { color: rgb(247,110,232); }
H1.HeaderClassName
{
color: #F76EE8;
}
.AnyTagClassName
{
color: #F76EE8;
}
</style>
background-color css
<style>
a { background-color: #F76EE8; }
a { background-color: rgb(247,110,232); }
div.DivClassName
{
background-color: #F76EE8;
}
.BgClassName
{
background-color: #F76EE8;
}
</style>
border-color css
<style>
span { border-color: #F76EE8; }
span { border-color: rgb(247,110,232); }
td.TdClassName
{
border-color: #F76EE8;
}
.TagClassName
{
border-color: #F76EE8;
}
</style>