Shades of Pale Magenta #F77FDC
Tints of Pale Magenta #F77FDC
RGB
CMYK
RGB Variations
Color information
#F77FDC (or 0xF77FDC) is known color: Pale Magenta. HEX triplet: F7, 7F and DC. RGB value is (247,127,220). Sum of RGB (Red+Green+Blue) = 247+127+220=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FDC is #088023. Grayscale: #ADADAD. Windows color (decimal): -557092 or 14450679. OLE color: 14450679.
HSL color Cylindrical-coordinate representation of color #F77FDC: hue angle of 313.5º 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 #F77FDC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 220 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.03 |
| HSL | 313.5º | 0.88% | 0.73% | - |
| HSV(B) | 313.5º | 0.49% | 0.97% | - |
| XYZ | 58.87 | 40.12 | 72.35 | - |
| YUV | 173.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 220 | 0 | 0.49 | 0.11 | 0.03 | 313.5 | 0.88 | 0.73 |
| Hex | F7 | 7F | DC | 0 | 31 | B | 3 | 13A | 58 | 49 |
| Octal | 367 | 177 | 334 | 0 | 61 | 13 | 3 | 472 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11011100 | 0 | 110001 | 1011 | 11 | 100111010 | 1011000 | 1001001 |
Color Harmonies of #F77FDC
Complementary color
Monochromatic Colors of #F77FDC
Black with #F77FDC
Text Example
Text Example
White with #F77FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FDC; }
p { color: rgb(247,127,220); }
H1.HeaderClassName
{
color: #F77FDC;
}
.AnyTagClassName
{
color: #F77FDC;
}
</style>
background-color css
<style>
a { background-color: #F77FDC; }
a { background-color: rgb(247,127,220); }
div.DivClassName
{
background-color: #F77FDC;
}
.BgClassName
{
background-color: #F77FDC;
}
</style>
border-color css
<style>
span { border-color: #F77FDC; }
span { border-color: rgb(247,127,220); }
td.TdClassName
{
border-color: #F77FDC;
}
.TagClassName
{
border-color: #F77FDC;
}
</style>