Shades of Pale Magenta #F777D9
Tints of Pale Magenta #F777D9
RGB
CMYK
RGB Variations
Color information
#F777D9 (or 0xF777D9) is known color: Pale Magenta. HEX triplet: F7, 77 and D9. RGB value is (247,119,217). Sum of RGB (Red+Green+Blue) = 247+119+217=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F777D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777D9 is #088826. Grayscale: #A8A8A8. Windows color (decimal): -559143 or 14252023. OLE color: 14252023.
HSL color Cylindrical-coordinate representation of color #F777D9: hue angle of 314.06º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F777D9 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 217 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.03 |
| HSL | 314.06º | 0.89% | 0.72% | - |
| HSV(B) | 314.06º | 0.52% | 0.97% | - |
| XYZ | 57.48 | 37.98 | 69.95 | - |
| YUV | 168.44 | 155.41 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 217 | 0 | 0.52 | 0.12 | 0.03 | 314.06 | 0.89 | 0.72 |
| Hex | F7 | 77 | D9 | 0 | 34 | C | 3 | 13A | 59 | 48 |
| Octal | 367 | 167 | 331 | 0 | 64 | 14 | 3 | 472 | 131 | 110 |
| Binary | 11110111 | 1110111 | 11011001 | 0 | 110100 | 1100 | 11 | 100111010 | 1011001 | 1001000 |
Color Harmonies of #F777D9
Complementary color
Monochromatic Colors of #F777D9
Black with #F777D9
Text Example
Text Example
White with #F777D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F777D9; }
p { color: rgb(247,119,217); }
H1.HeaderClassName
{
color: #F777D9;
}
.AnyTagClassName
{
color: #F777D9;
}
</style>
background-color css
<style>
a { background-color: #F777D9; }
a { background-color: rgb(247,119,217); }
div.DivClassName
{
background-color: #F777D9;
}
.BgClassName
{
background-color: #F777D9;
}
</style>
border-color css
<style>
span { border-color: #F777D9; }
span { border-color: rgb(247,119,217); }
td.TdClassName
{
border-color: #F777D9;
}
.TagClassName
{
border-color: #F777D9;
}
</style>