Shades of Pale Magenta #F77CE0
Tints of Pale Magenta #F77CE0
RGB
CMYK
RGB Variations
Color information
#F77CE0 (or 0xF77CE0) is known color: Pale Magenta. HEX triplet: F7, 7C and E0. RGB value is (247,124,224). Sum of RGB (Red+Green+Blue) = 247+124+224=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CE0 is #08831F. Grayscale: #ABABAB. Windows color (decimal): -557856 or 14712055. OLE color: 14712055.
HSL color Cylindrical-coordinate representation of color #F77CE0: hue angle of 311.22º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CE0 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 224 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.03 |
| HSL | 311.22º | 0.88% | 0.73% | - |
| HSV(B) | 311.22º | 0.5% | 0.97% | - |
| XYZ | 59.02 | 39.57 | 75.05 | - |
| YUV | 172.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 224 | 0 | 0.50 | 0.09 | 0.03 | 311.22 | 0.88 | 0.73 |
| Hex | F7 | 7C | E0 | 0 | 32 | 9 | 3 | 137 | 58 | 49 |
| Octal | 367 | 174 | 340 | 0 | 62 | 11 | 3 | 467 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11100000 | 0 | 110010 | 1001 | 11 | 100110111 | 1011000 | 1001001 |
Color Harmonies of #F77CE0
Complementary color
Monochromatic Colors of #F77CE0
Black with #F77CE0
Text Example
Text Example
White with #F77CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CE0; }
p { color: rgb(247,124,224); }
H1.HeaderClassName
{
color: #F77CE0;
}
.AnyTagClassName
{
color: #F77CE0;
}
</style>
background-color css
<style>
a { background-color: #F77CE0; }
a { background-color: rgb(247,124,224); }
div.DivClassName
{
background-color: #F77CE0;
}
.BgClassName
{
background-color: #F77CE0;
}
</style>
border-color css
<style>
span { border-color: #F77CE0; }
span { border-color: rgb(247,124,224); }
td.TdClassName
{
border-color: #F77CE0;
}
.TagClassName
{
border-color: #F77CE0;
}
</style>