Shades of Pale Magenta #F77CE6
Tints of Pale Magenta #F77CE6
RGB
CMYK
RGB Variations
Color information
#F77CE6 (or 0xF77CE6) is known color: Pale Magenta. HEX triplet: F7, 7C and E6. RGB value is (247,124,230). Sum of RGB (Red+Green+Blue) = 247+124+230=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CE6 is #088319. Grayscale: #ACACAC. Windows color (decimal): -557850 or 15105271. OLE color: 15105271.
HSL color Cylindrical-coordinate representation of color #F77CE6: hue angle of 308.29º 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 #F77CE6 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 230 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.03 |
| HSL | 308.29º | 0.88% | 0.73% | - |
| HSV(B) | 308.29º | 0.5% | 0.97% | - |
| XYZ | 59.85 | 39.9 | 79.41 | - |
| YUV | 172.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 230 | 0 | 0.50 | 0.07 | 0.03 | 308.29 | 0.88 | 0.73 |
| Hex | F7 | 7C | E6 | 0 | 32 | 7 | 3 | 134 | 58 | 49 |
| Octal | 367 | 174 | 346 | 0 | 62 | 7 | 3 | 464 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11100110 | 0 | 110010 | 111 | 11 | 100110100 | 1011000 | 1001001 |
Color Harmonies of #F77CE6
Complementary color
Monochromatic Colors of #F77CE6
Black with #F77CE6
Text Example
Text Example
White with #F77CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CE6; }
p { color: rgb(247,124,230); }
H1.HeaderClassName
{
color: #F77CE6;
}
.AnyTagClassName
{
color: #F77CE6;
}
</style>
background-color css
<style>
a { background-color: #F77CE6; }
a { background-color: rgb(247,124,230); }
div.DivClassName
{
background-color: #F77CE6;
}
.BgClassName
{
background-color: #F77CE6;
}
</style>
border-color css
<style>
span { border-color: #F77CE6; }
span { border-color: rgb(247,124,230); }
td.TdClassName
{
border-color: #F77CE6;
}
.TagClassName
{
border-color: #F77CE6;
}
</style>