Shades of Pale Magenta #F77CDC
Tints of Pale Magenta #F77CDC
RGB
CMYK
RGB Variations
Color information
#F77CDC (or 0xF77CDC) is known color: Pale Magenta. HEX triplet: F7, 7C and DC. RGB value is (247,124,220). Sum of RGB (Red+Green+Blue) = 247+124+220=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CDC is #088323. Grayscale: #ABABAB. Windows color (decimal): -557860 or 14449911. OLE color: 14449911.
HSL color Cylindrical-coordinate representation of color #F77CDC: hue angle of 313.17º 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 #F77CDC is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 220 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.03 |
| HSL | 313.17º | 0.88% | 0.73% | - |
| HSV(B) | 313.17º | 0.5% | 0.97% | - |
| XYZ | 58.48 | 39.36 | 72.22 | - |
| YUV | 171.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 220 | 0 | 0.50 | 0.11 | 0.03 | 313.17 | 0.88 | 0.73 |
| Hex | F7 | 7C | DC | 0 | 32 | B | 3 | 139 | 58 | 49 |
| Octal | 367 | 174 | 334 | 0 | 62 | 13 | 3 | 471 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11011100 | 0 | 110010 | 1011 | 11 | 100111001 | 1011000 | 1001001 |
Color Harmonies of #F77CDC
Complementary color
Monochromatic Colors of #F77CDC
Black with #F77CDC
Text Example
Text Example
White with #F77CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CDC; }
p { color: rgb(247,124,220); }
H1.HeaderClassName
{
color: #F77CDC;
}
.AnyTagClassName
{
color: #F77CDC;
}
</style>
background-color css
<style>
a { background-color: #F77CDC; }
a { background-color: rgb(247,124,220); }
div.DivClassName
{
background-color: #F77CDC;
}
.BgClassName
{
background-color: #F77CDC;
}
</style>
border-color css
<style>
span { border-color: #F77CDC; }
span { border-color: rgb(247,124,220); }
td.TdClassName
{
border-color: #F77CDC;
}
.TagClassName
{
border-color: #F77CDC;
}
</style>