Shades of Pale Magenta #F78EE0
Tints of Pale Magenta #F78EE0
RGB
CMYK
RGB Variations
Color information
#F78EE0 (or 0xF78EE0) is known color: Pale Magenta. HEX triplet: F7, 8E and E0. RGB value is (247,142,224). Sum of RGB (Red+Green+Blue) = 247+142+224=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F78EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78EE0 is #08711F. Grayscale: #B6B6B6. Windows color (decimal): -553248 or 14716663. OLE color: 14716663.
HSL color Cylindrical-coordinate representation of color #F78EE0: hue angle of 313.14º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78EE0 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 224 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.03 |
| HSL | 313.14º | 0.87% | 0.76% | - |
| HSV(B) | 313.14º | 0.43% | 0.97% | - |
| XYZ | 61.49 | 44.5 | 75.87 | - |
| YUV | 182.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 224 | 0 | 0.43 | 0.09 | 0.03 | 313.14 | 0.87 | 0.76 |
| Hex | F7 | 8E | E0 | 0 | 2B | 9 | 3 | 139 | 57 | 4C |
| Octal | 367 | 216 | 340 | 0 | 53 | 11 | 3 | 471 | 127 | 114 |
| Binary | 11110111 | 10001110 | 11100000 | 0 | 101011 | 1001 | 11 | 100111001 | 1010111 | 1001100 |
Color Harmonies of #F78EE0
Complementary color
Monochromatic Colors of #F78EE0
Black with #F78EE0
Text Example
Text Example
White with #F78EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78EE0; }
p { color: rgb(247,142,224); }
H1.HeaderClassName
{
color: #F78EE0;
}
.AnyTagClassName
{
color: #F78EE0;
}
</style>
background-color css
<style>
a { background-color: #F78EE0; }
a { background-color: rgb(247,142,224); }
div.DivClassName
{
background-color: #F78EE0;
}
.BgClassName
{
background-color: #F78EE0;
}
</style>
border-color css
<style>
span { border-color: #F78EE0; }
span { border-color: rgb(247,142,224); }
td.TdClassName
{
border-color: #F78EE0;
}
.TagClassName
{
border-color: #F78EE0;
}
</style>