Shades of Pale Magenta #F56EDA
Tints of Pale Magenta #F56EDA
RGB
CMYK
RGB Variations
Color information
#F56EDA (or 0xF56EDA) is known color: Pale Magenta. HEX triplet: F5, 6E and DA. RGB value is (245,110,218). Sum of RGB (Red+Green+Blue) = 245+110+218=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56EDA is #0A9125. Grayscale: #A2A2A2. Windows color (decimal): -692518 or 14315253. OLE color: 14315253.
HSL color Cylindrical-coordinate representation of color #F56EDA: hue angle of 312º 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 #F56EDA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 218 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.04 |
| HSL | 312º | 0.87% | 0.7% | - |
| HSV(B) | 312º | 0.55% | 0.96% | - |
| XYZ | 55.89 | 35.63 | 70.26 | - |
| YUV | 162.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 218 | 0 | 0.55 | 0.11 | 0.04 | 312 | 0.87 | 0.7 |
| Hex | F5 | 6E | DA | 0 | 37 | B | 4 | 138 | 57 | 46 |
| Octal | 365 | 156 | 332 | 0 | 67 | 13 | 4 | 470 | 127 | 106 |
| Binary | 11110101 | 1101110 | 11011010 | 0 | 110111 | 1011 | 100 | 100111000 | 1010111 | 1000110 |
Color Harmonies of #F56EDA
Complementary color
Monochromatic Colors of #F56EDA
Black with #F56EDA
Text Example
Text Example
White with #F56EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56EDA; }
p { color: rgb(245,110,218); }
H1.HeaderClassName
{
color: #F56EDA;
}
.AnyTagClassName
{
color: #F56EDA;
}
</style>
background-color css
<style>
a { background-color: #F56EDA; }
a { background-color: rgb(245,110,218); }
div.DivClassName
{
background-color: #F56EDA;
}
.BgClassName
{
background-color: #F56EDA;
}
</style>
border-color css
<style>
span { border-color: #F56EDA; }
span { border-color: rgb(245,110,218); }
td.TdClassName
{
border-color: #F56EDA;
}
.TagClassName
{
border-color: #F56EDA;
}
</style>