Shades of Pale Magenta #F56EDB
Tints of Pale Magenta #F56EDB
RGB
CMYK
RGB Variations
Color information
#F56EDB (or 0xF56EDB) is known color: Pale Magenta. HEX triplet: F5, 6E and DB. RGB value is (245,110,219). Sum of RGB (Red+Green+Blue) = 245+110+219=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56EDB is #0A9124. Grayscale: #A2A2A2. Windows color (decimal): -692517 or 14380789. OLE color: 14380789.
HSL color Cylindrical-coordinate representation of color #F56EDB: hue angle of 311.56º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56EDB is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 219 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.04 |
| HSL | 311.56º | 0.87% | 0.7% | - |
| HSV(B) | 311.56º | 0.55% | 0.96% | - |
| XYZ | 56.02 | 35.68 | 70.95 | - |
| YUV | 162.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 219 | 0 | 0.55 | 0.11 | 0.04 | 311.56 | 0.87 | 0.7 |
| Hex | F5 | 6E | DB | 0 | 37 | B | 4 | 138 | 57 | 46 |
| Octal | 365 | 156 | 333 | 0 | 67 | 13 | 4 | 470 | 127 | 106 |
| Binary | 11110101 | 1101110 | 11011011 | 0 | 110111 | 1011 | 100 | 100111000 | 1010111 | 1000110 |
Color Harmonies of #F56EDB
Complementary color
Monochromatic Colors of #F56EDB
Black with #F56EDB
Text Example
Text Example
White with #F56EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56EDB; }
p { color: rgb(245,110,219); }
H1.HeaderClassName
{
color: #F56EDB;
}
.AnyTagClassName
{
color: #F56EDB;
}
</style>
background-color css
<style>
a { background-color: #F56EDB; }
a { background-color: rgb(245,110,219); }
div.DivClassName
{
background-color: #F56EDB;
}
.BgClassName
{
background-color: #F56EDB;
}
</style>
border-color css
<style>
span { border-color: #F56EDB; }
span { border-color: rgb(245,110,219); }
td.TdClassName
{
border-color: #F56EDB;
}
.TagClassName
{
border-color: #F56EDB;
}
</style>