Shades of Pale Magenta #F77CE2
Tints of Pale Magenta #F77CE2
RGB
CMYK
RGB Variations
Color information
#F77CE2 (or 0xF77CE2) is known color: Pale Magenta. HEX triplet: F7, 7C and E2. RGB value is (247,124,226). Sum of RGB (Red+Green+Blue) = 247+124+226=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CE2 is #08831D. Grayscale: #ACACAC. Windows color (decimal): -557854 or 14843127. OLE color: 14843127.
HSL color Cylindrical-coordinate representation of color #F77CE2: hue angle of 310.24º 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 #F77CE2 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 226 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.03 |
| HSL | 310.24º | 0.88% | 0.73% | - |
| HSV(B) | 310.24º | 0.5% | 0.97% | - |
| XYZ | 59.29 | 39.68 | 76.49 | - |
| YUV | 172.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 226 | 0 | 0.50 | 0.09 | 0.03 | 310.24 | 0.88 | 0.73 |
| Hex | F7 | 7C | E2 | 0 | 32 | 9 | 3 | 136 | 58 | 49 |
| Octal | 367 | 174 | 342 | 0 | 62 | 11 | 3 | 466 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11100010 | 0 | 110010 | 1001 | 11 | 100110110 | 1011000 | 1001001 |
Color Harmonies of #F77CE2
Complementary color
Monochromatic Colors of #F77CE2
Black with #F77CE2
Text Example
Text Example
White with #F77CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CE2; }
p { color: rgb(247,124,226); }
H1.HeaderClassName
{
color: #F77CE2;
}
.AnyTagClassName
{
color: #F77CE2;
}
</style>
background-color css
<style>
a { background-color: #F77CE2; }
a { background-color: rgb(247,124,226); }
div.DivClassName
{
background-color: #F77CE2;
}
.BgClassName
{
background-color: #F77CE2;
}
</style>
border-color css
<style>
span { border-color: #F77CE2; }
span { border-color: rgb(247,124,226); }
td.TdClassName
{
border-color: #F77CE2;
}
.TagClassName
{
border-color: #F77CE2;
}
</style>