Shades of Pale Magenta #F56EDD
Tints of Pale Magenta #F56EDD
RGB
CMYK
RGB Variations
Color information
#F56EDD (or 0xF56EDD) is known color: Pale Magenta. HEX triplet: F5, 6E and DD. RGB value is (245,110,221). Sum of RGB (Red+Green+Blue) = 245+110+221=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56EDD is #0A9122. Grayscale: #A2A2A2. Windows color (decimal): -692515 or 14511861. OLE color: 14511861.
HSL color Cylindrical-coordinate representation of color #F56EDD: hue angle of 310.67º 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 #F56EDD is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 221 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.04 |
| HSL | 310.67º | 0.87% | 0.7% | - |
| HSV(B) | 310.67º | 0.55% | 0.96% | - |
| XYZ | 56.28 | 35.78 | 72.35 | - |
| YUV | 163.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 221 | 0 | 0.55 | 0.10 | 0.04 | 310.67 | 0.87 | 0.7 |
| Hex | F5 | 6E | DD | 0 | 37 | A | 4 | 137 | 57 | 46 |
| Octal | 365 | 156 | 335 | 0 | 67 | 12 | 4 | 467 | 127 | 106 |
| Binary | 11110101 | 1101110 | 11011101 | 0 | 110111 | 1010 | 100 | 100110111 | 1010111 | 1000110 |
Color Harmonies of #F56EDD
Complementary color
Monochromatic Colors of #F56EDD
Black with #F56EDD
Text Example
Text Example
White with #F56EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56EDD; }
p { color: rgb(245,110,221); }
H1.HeaderClassName
{
color: #F56EDD;
}
.AnyTagClassName
{
color: #F56EDD;
}
</style>
background-color css
<style>
a { background-color: #F56EDD; }
a { background-color: rgb(245,110,221); }
div.DivClassName
{
background-color: #F56EDD;
}
.BgClassName
{
background-color: #F56EDD;
}
</style>
border-color css
<style>
span { border-color: #F56EDD; }
span { border-color: rgb(245,110,221); }
td.TdClassName
{
border-color: #F56EDD;
}
.TagClassName
{
border-color: #F56EDD;
}
</style>