Shades of Pale Magenta #F56EE0
Tints of Pale Magenta #F56EE0
RGB
CMYK
RGB Variations
Color information
#F56EE0 (or 0xF56EE0) is known color: Pale Magenta. HEX triplet: F5, 6E and E0. RGB value is (245,110,224). Sum of RGB (Red+Green+Blue) = 245+110+224=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56EE0 is #0A911F. Grayscale: #A3A3A3. Windows color (decimal): -692512 or 14708469. OLE color: 14708469.
HSL color Cylindrical-coordinate representation of color #F56EE0: hue angle of 309.33º 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 #F56EE0 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 224 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.04 |
| HSL | 309.33º | 0.87% | 0.7% | - |
| HSV(B) | 309.33º | 0.55% | 0.96% | - |
| XYZ | 56.69 | 35.95 | 74.47 | - |
| YUV | 163.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 224 | 0 | 0.55 | 0.09 | 0.04 | 309.33 | 0.87 | 0.7 |
| Hex | F5 | 6E | E0 | 0 | 37 | 9 | 4 | 135 | 57 | 46 |
| Octal | 365 | 156 | 340 | 0 | 67 | 11 | 4 | 465 | 127 | 106 |
| Binary | 11110101 | 1101110 | 11100000 | 0 | 110111 | 1001 | 100 | 100110101 | 1010111 | 1000110 |
Color Harmonies of #F56EE0
Complementary color
Monochromatic Colors of #F56EE0
Black with #F56EE0
Text Example
Text Example
White with #F56EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56EE0; }
p { color: rgb(245,110,224); }
H1.HeaderClassName
{
color: #F56EE0;
}
.AnyTagClassName
{
color: #F56EE0;
}
</style>
background-color css
<style>
a { background-color: #F56EE0; }
a { background-color: rgb(245,110,224); }
div.DivClassName
{
background-color: #F56EE0;
}
.BgClassName
{
background-color: #F56EE0;
}
</style>
border-color css
<style>
span { border-color: #F56EE0; }
span { border-color: rgb(245,110,224); }
td.TdClassName
{
border-color: #F56EE0;
}
.TagClassName
{
border-color: #F56EE0;
}
</style>