Shades of Pale Magenta #F47EDB
Tints of Pale Magenta #F47EDB
RGB
CMYK
RGB Variations
Color information
#F47EDB (or 0xF47EDB) is known color: Pale Magenta. HEX triplet: F4, 7E and DB. RGB value is (244,126,219). Sum of RGB (Red+Green+Blue) = 244+126+219=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F47EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47EDB is #0B8124. Grayscale: #ABABAB. Windows color (decimal): -753957 or 14384884. OLE color: 14384884.
HSL color Cylindrical-coordinate representation of color #F47EDB: hue angle of 312.71º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47EDB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 126 | 219 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.04 |
| HSL | 312.71º | 0.84% | 0.73% | - |
| HSV(B) | 312.71º | 0.48% | 0.96% | - |
| XYZ | 57.56 | 39.27 | 71.56 | - |
| YUV | 171.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 126 | 219 | 0 | 0.48 | 0.10 | 0.04 | 312.71 | 0.84 | 0.73 |
| Hex | F4 | 7E | DB | 0 | 30 | A | 4 | 139 | 54 | 49 |
| Octal | 364 | 176 | 333 | 0 | 60 | 12 | 4 | 471 | 124 | 111 |
| Binary | 11110100 | 1111110 | 11011011 | 0 | 110000 | 1010 | 100 | 100111001 | 1010100 | 1001001 |
Color Harmonies of #F47EDB
Complementary color
Monochromatic Colors of #F47EDB
Black with #F47EDB
Text Example
Text Example
White with #F47EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47EDB; }
p { color: rgb(244,126,219); }
H1.HeaderClassName
{
color: #F47EDB;
}
.AnyTagClassName
{
color: #F47EDB;
}
</style>
background-color css
<style>
a { background-color: #F47EDB; }
a { background-color: rgb(244,126,219); }
div.DivClassName
{
background-color: #F47EDB;
}
.BgClassName
{
background-color: #F47EDB;
}
</style>
border-color css
<style>
span { border-color: #F47EDB; }
span { border-color: rgb(244,126,219); }
td.TdClassName
{
border-color: #F47EDB;
}
.TagClassName
{
border-color: #F47EDB;
}
</style>