Shades of Pale Magenta #F76EDB
Tints of Pale Magenta #F76EDB
RGB
CMYK
RGB Variations
Color information
#F76EDB (or 0xF76EDB) is known color: Pale Magenta. HEX triplet: F7, 6E and DB. RGB value is (247,110,219). Sum of RGB (Red+Green+Blue) = 247+110+219=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F76EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76EDB is #089124. Grayscale: #A3A3A3. Windows color (decimal): -561445 or 14380791. OLE color: 14380791.
HSL color Cylindrical-coordinate representation of color #F76EDB: hue angle of 312.26º 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 #F76EDB is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 110 | 219 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.03 |
| HSL | 312.26º | 0.9% | 0.7% | - |
| HSV(B) | 312.26º | 0.55% | 0.97% | - |
| XYZ | 56.72 | 36.04 | 70.98 | - |
| YUV | 163.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 110 | 219 | 0 | 0.55 | 0.11 | 0.03 | 312.26 | 0.9 | 0.7 |
| Hex | F7 | 6E | DB | 0 | 37 | B | 3 | 138 | 5A | 46 |
| Octal | 367 | 156 | 333 | 0 | 67 | 13 | 3 | 470 | 132 | 106 |
| Binary | 11110111 | 1101110 | 11011011 | 0 | 110111 | 1011 | 11 | 100111000 | 1011010 | 1000110 |
Color Harmonies of #F76EDB
Complementary color
Monochromatic Colors of #F76EDB
Black with #F76EDB
Text Example
Text Example
White with #F76EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76EDB; }
p { color: rgb(247,110,219); }
H1.HeaderClassName
{
color: #F76EDB;
}
.AnyTagClassName
{
color: #F76EDB;
}
</style>
background-color css
<style>
a { background-color: #F76EDB; }
a { background-color: rgb(247,110,219); }
div.DivClassName
{
background-color: #F76EDB;
}
.BgClassName
{
background-color: #F76EDB;
}
</style>
border-color css
<style>
span { border-color: #F76EDB; }
span { border-color: rgb(247,110,219); }
td.TdClassName
{
border-color: #F76EDB;
}
.TagClassName
{
border-color: #F76EDB;
}
</style>