Shades of Pale Magenta #F78EDA
Tints of Pale Magenta #F78EDA
RGB
CMYK
RGB Variations
Color information
#F78EDA (or 0xF78EDA) is known color: Pale Magenta. HEX triplet: F7, 8E and DA. RGB value is (247,142,218). Sum of RGB (Red+Green+Blue) = 247+142+218=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F78EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78EDA is #087125. Grayscale: #B5B5B5. Windows color (decimal): -553254 or 14323447. OLE color: 14323447.
HSL color Cylindrical-coordinate representation of color #F78EDA: hue angle of 316.57º 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 #F78EDA is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 218 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.03 |
| HSL | 316.57º | 0.87% | 0.76% | - |
| HSV(B) | 316.57º | 0.43% | 0.97% | - |
| XYZ | 60.69 | 44.18 | 71.66 | - |
| YUV | 182.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 218 | 0 | 0.43 | 0.12 | 0.03 | 316.57 | 0.87 | 0.76 |
| Hex | F7 | 8E | DA | 0 | 2B | C | 3 | 13D | 57 | 4C |
| Octal | 367 | 216 | 332 | 0 | 53 | 14 | 3 | 475 | 127 | 114 |
| Binary | 11110111 | 10001110 | 11011010 | 0 | 101011 | 1100 | 11 | 100111101 | 1010111 | 1001100 |
Color Harmonies of #F78EDA
Complementary color
Monochromatic Colors of #F78EDA
Black with #F78EDA
Text Example
Text Example
White with #F78EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78EDA; }
p { color: rgb(247,142,218); }
H1.HeaderClassName
{
color: #F78EDA;
}
.AnyTagClassName
{
color: #F78EDA;
}
</style>
background-color css
<style>
a { background-color: #F78EDA; }
a { background-color: rgb(247,142,218); }
div.DivClassName
{
background-color: #F78EDA;
}
.BgClassName
{
background-color: #F78EDA;
}
</style>
border-color css
<style>
span { border-color: #F78EDA; }
span { border-color: rgb(247,142,218); }
td.TdClassName
{
border-color: #F78EDA;
}
.TagClassName
{
border-color: #F78EDA;
}
</style>