Shades of Pale Magenta #F77DDC
Tints of Pale Magenta #F77DDC
RGB
CMYK
RGB Variations
Color information
#F77DDC (or 0xF77DDC) is known color: Pale Magenta. HEX triplet: F7, 7D and DC. RGB value is (247,125,220). Sum of RGB (Red+Green+Blue) = 247+125+220=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DDC is #088223. Grayscale: #ACACAC. Windows color (decimal): -557604 or 14450167. OLE color: 14450167.
HSL color Cylindrical-coordinate representation of color #F77DDC: hue angle of 313.28º 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 #F77DDC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 220 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.03 |
| HSL | 313.28º | 0.88% | 0.73% | - |
| HSV(B) | 313.28º | 0.49% | 0.97% | - |
| XYZ | 58.61 | 39.61 | 72.27 | - |
| YUV | 172.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 220 | 0 | 0.49 | 0.11 | 0.03 | 313.28 | 0.88 | 0.73 |
| Hex | F7 | 7D | DC | 0 | 31 | B | 3 | 139 | 58 | 49 |
| Octal | 367 | 175 | 334 | 0 | 61 | 13 | 3 | 471 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11011100 | 0 | 110001 | 1011 | 11 | 100111001 | 1011000 | 1001001 |
Color Harmonies of #F77DDC
Complementary color
Monochromatic Colors of #F77DDC
Black with #F77DDC
Text Example
Text Example
White with #F77DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DDC; }
p { color: rgb(247,125,220); }
H1.HeaderClassName
{
color: #F77DDC;
}
.AnyTagClassName
{
color: #F77DDC;
}
</style>
background-color css
<style>
a { background-color: #F77DDC; }
a { background-color: rgb(247,125,220); }
div.DivClassName
{
background-color: #F77DDC;
}
.BgClassName
{
background-color: #F77DDC;
}
</style>
border-color css
<style>
span { border-color: #F77DDC; }
span { border-color: rgb(247,125,220); }
td.TdClassName
{
border-color: #F77DDC;
}
.TagClassName
{
border-color: #F77DDC;
}
</style>