Shades of Pale Magenta #F77EDE
Tints of Pale Magenta #F77EDE
RGB
CMYK
RGB Variations
Color information
#F77EDE (or 0xF77EDE) is known color: Pale Magenta. HEX triplet: F7, 7E and DE. RGB value is (247,126,222). Sum of RGB (Red+Green+Blue) = 247+126+222=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77EDE is #088121. Grayscale: #ACACAC. Windows color (decimal): -557346 or 14581495. OLE color: 14581495.
HSL color Cylindrical-coordinate representation of color #F77EDE: hue angle of 312.4º 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 #F77EDE is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 222 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.03 |
| HSL | 312.4º | 0.88% | 0.73% | - |
| HSV(B) | 312.4º | 0.49% | 0.97% | - |
| XYZ | 59 | 39.97 | 73.71 | - |
| YUV | 173.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 222 | 0 | 0.49 | 0.10 | 0.03 | 312.4 | 0.88 | 0.73 |
| Hex | F7 | 7E | DE | 0 | 31 | A | 3 | 138 | 58 | 49 |
| Octal | 367 | 176 | 336 | 0 | 61 | 12 | 3 | 470 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11011110 | 0 | 110001 | 1010 | 11 | 100111000 | 1011000 | 1001001 |
Color Harmonies of #F77EDE
Complementary color
Monochromatic Colors of #F77EDE
Black with #F77EDE
Text Example
Text Example
White with #F77EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EDE; }
p { color: rgb(247,126,222); }
H1.HeaderClassName
{
color: #F77EDE;
}
.AnyTagClassName
{
color: #F77EDE;
}
</style>
background-color css
<style>
a { background-color: #F77EDE; }
a { background-color: rgb(247,126,222); }
div.DivClassName
{
background-color: #F77EDE;
}
.BgClassName
{
background-color: #F77EDE;
}
</style>
border-color css
<style>
span { border-color: #F77EDE; }
span { border-color: rgb(247,126,222); }
td.TdClassName
{
border-color: #F77EDE;
}
.TagClassName
{
border-color: #F77EDE;
}
</style>