Shades of Pale Magenta #F56EDE
Tints of Pale Magenta #F56EDE
RGB
CMYK
RGB Variations
Color information
#F56EDE (or 0xF56EDE) is known color: Pale Magenta. HEX triplet: F5, 6E and DE. RGB value is (245,110,222). Sum of RGB (Red+Green+Blue) = 245+110+222=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 110 (43.36% from 255 or 19.06% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56EDE is #0A9121. Grayscale: #A2A2A2. Windows color (decimal): -692514 or 14577397. OLE color: 14577397.
HSL color Cylindrical-coordinate representation of color #F56EDE: hue angle of 310.22º 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 #F56EDE is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 222 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.04 |
| HSL | 310.22º | 0.87% | 0.7% | - |
| HSV(B) | 310.22º | 0.55% | 0.96% | - |
| XYZ | 56.42 | 35.84 | 73.05 | - |
| YUV | 163.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 222 | 0 | 0.55 | 0.09 | 0.04 | 310.22 | 0.87 | 0.7 |
| Hex | F5 | 6E | DE | 0 | 37 | 9 | 4 | 136 | 57 | 46 |
| Octal | 365 | 156 | 336 | 0 | 67 | 11 | 4 | 466 | 127 | 106 |
| Binary | 11110101 | 1101110 | 11011110 | 0 | 110111 | 1001 | 100 | 100110110 | 1010111 | 1000110 |
Color Harmonies of #F56EDE
Complementary color
Monochromatic Colors of #F56EDE
Black with #F56EDE
Text Example
Text Example
White with #F56EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56EDE; }
p { color: rgb(245,110,222); }
H1.HeaderClassName
{
color: #F56EDE;
}
.AnyTagClassName
{
color: #F56EDE;
}
</style>
background-color css
<style>
a { background-color: #F56EDE; }
a { background-color: rgb(245,110,222); }
div.DivClassName
{
background-color: #F56EDE;
}
.BgClassName
{
background-color: #F56EDE;
}
</style>
border-color css
<style>
span { border-color: #F56EDE; }
span { border-color: rgb(245,110,222); }
td.TdClassName
{
border-color: #F56EDE;
}
.TagClassName
{
border-color: #F56EDE;
}
</style>