Shades of Pale Magenta #F76EDD
Tints of Pale Magenta #F76EDD
RGB
CMYK
RGB Variations
Color information
#F76EDD (or 0xF76EDD) is known color: Pale Magenta. HEX triplet: F7, 6E and DD. RGB value is (247,110,221). Sum of RGB (Red+Green+Blue) = 247+110+221=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F76EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76EDD is #089122. Grayscale: #A3A3A3. Windows color (decimal): -561443 or 14511863. OLE color: 14511863.
HSL color Cylindrical-coordinate representation of color #F76EDD: hue angle of 311.39º 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 #F76EDD is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 110 | 221 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.03 |
| HSL | 311.39º | 0.9% | 0.7% | - |
| HSV(B) | 311.39º | 0.55% | 0.97% | - |
| XYZ | 56.98 | 36.15 | 72.38 | - |
| YUV | 163.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 110 | 221 | 0 | 0.55 | 0.11 | 0.03 | 311.39 | 0.9 | 0.7 |
| Hex | F7 | 6E | DD | 0 | 37 | B | 3 | 137 | 5A | 46 |
| Octal | 367 | 156 | 335 | 0 | 67 | 13 | 3 | 467 | 132 | 106 |
| Binary | 11110111 | 1101110 | 11011101 | 0 | 110111 | 1011 | 11 | 100110111 | 1011010 | 1000110 |
Color Harmonies of #F76EDD
Complementary color
Monochromatic Colors of #F76EDD
Black with #F76EDD
Text Example
Text Example
White with #F76EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76EDD; }
p { color: rgb(247,110,221); }
H1.HeaderClassName
{
color: #F76EDD;
}
.AnyTagClassName
{
color: #F76EDD;
}
</style>
background-color css
<style>
a { background-color: #F76EDD; }
a { background-color: rgb(247,110,221); }
div.DivClassName
{
background-color: #F76EDD;
}
.BgClassName
{
background-color: #F76EDD;
}
</style>
border-color css
<style>
span { border-color: #F76EDD; }
span { border-color: rgb(247,110,221); }
td.TdClassName
{
border-color: #F76EDD;
}
.TagClassName
{
border-color: #F76EDD;
}
</style>