Shades of Pale Magenta #F77EDA
Tints of Pale Magenta #F77EDA
RGB
CMYK
RGB Variations
Color information
#F77EDA (or 0xF77EDA) is known color: Pale Magenta. HEX triplet: F7, 7E and DA. RGB value is (247,126,218). Sum of RGB (Red+Green+Blue) = 247+126+218=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77EDA is #088125. Grayscale: #ACACAC. Windows color (decimal): -557350 or 14319351. OLE color: 14319351.
HSL color Cylindrical-coordinate representation of color #F77EDA: hue angle of 314.38º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77EDA is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 218 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.03 |
| HSL | 314.38º | 0.88% | 0.73% | - |
| HSV(B) | 314.38º | 0.49% | 0.97% | - |
| XYZ | 58.47 | 39.76 | 70.92 | - |
| YUV | 172.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 218 | 0 | 0.49 | 0.12 | 0.03 | 314.38 | 0.88 | 0.73 |
| Hex | F7 | 7E | DA | 0 | 31 | C | 3 | 13A | 58 | 49 |
| Octal | 367 | 176 | 332 | 0 | 61 | 14 | 3 | 472 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11011010 | 0 | 110001 | 1100 | 11 | 100111010 | 1011000 | 1001001 |
Color Harmonies of #F77EDA
Complementary color
Monochromatic Colors of #F77EDA
Black with #F77EDA
Text Example
Text Example
White with #F77EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EDA; }
p { color: rgb(247,126,218); }
H1.HeaderClassName
{
color: #F77EDA;
}
.AnyTagClassName
{
color: #F77EDA;
}
</style>
background-color css
<style>
a { background-color: #F77EDA; }
a { background-color: rgb(247,126,218); }
div.DivClassName
{
background-color: #F77EDA;
}
.BgClassName
{
background-color: #F77EDA;
}
</style>
border-color css
<style>
span { border-color: #F77EDA; }
span { border-color: rgb(247,126,218); }
td.TdClassName
{
border-color: #F77EDA;
}
.TagClassName
{
border-color: #F77EDA;
}
</style>