Shades of Pale Magenta #F77EDF
Tints of Pale Magenta #F77EDF
RGB
CMYK
RGB Variations
Color information
#F77EDF (or 0xF77EDF) is known color: Pale Magenta. HEX triplet: F7, 7E and DF. RGB value is (247,126,223). Sum of RGB (Red+Green+Blue) = 247+126+223=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77EDF is #088120. Grayscale: #ACACAC. Windows color (decimal): -557345 or 14647031. OLE color: 14647031.
HSL color Cylindrical-coordinate representation of color #F77EDF: hue angle of 311.9º 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 #F77EDF is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 223 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.03 |
| HSL | 311.9º | 0.88% | 0.73% | - |
| HSV(B) | 311.9º | 0.49% | 0.97% | - |
| XYZ | 59.14 | 40.02 | 74.42 | - |
| YUV | 173.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 223 | 0 | 0.49 | 0.10 | 0.03 | 311.9 | 0.88 | 0.73 |
| Hex | F7 | 7E | DF | 0 | 31 | A | 3 | 138 | 58 | 49 |
| Octal | 367 | 176 | 337 | 0 | 61 | 12 | 3 | 470 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11011111 | 0 | 110001 | 1010 | 11 | 100111000 | 1011000 | 1001001 |
Color Harmonies of #F77EDF
Complementary color
Monochromatic Colors of #F77EDF
Black with #F77EDF
Text Example
Text Example
White with #F77EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EDF; }
p { color: rgb(247,126,223); }
H1.HeaderClassName
{
color: #F77EDF;
}
.AnyTagClassName
{
color: #F77EDF;
}
</style>
background-color css
<style>
a { background-color: #F77EDF; }
a { background-color: rgb(247,126,223); }
div.DivClassName
{
background-color: #F77EDF;
}
.BgClassName
{
background-color: #F77EDF;
}
</style>
border-color css
<style>
span { border-color: #F77EDF; }
span { border-color: rgb(247,126,223); }
td.TdClassName
{
border-color: #F77EDF;
}
.TagClassName
{
border-color: #F77EDF;
}
</style>