Shades of Pale Magenta #F771D9
Tints of Pale Magenta #F771D9
RGB
CMYK
RGB Variations
Color information
#F771D9 (or 0xF771D9) is known color: Pale Magenta. HEX triplet: F7, 71 and D9. RGB value is (247,113,217). Sum of RGB (Red+Green+Blue) = 247+113+217=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F771D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771D9 is #088E26. Grayscale: #A4A4A4. Windows color (decimal): -560679 or 14250487. OLE color: 14250487.
HSL color Cylindrical-coordinate representation of color #F771D9: hue angle of 313.43º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F771D9 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 217 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.03 |
| HSL | 313.43º | 0.89% | 0.71% | - |
| HSV(B) | 313.43º | 0.54% | 0.97% | - |
| XYZ | 56.79 | 36.59 | 69.72 | - |
| YUV | 164.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 217 | 0 | 0.54 | 0.12 | 0.03 | 313.43 | 0.89 | 0.71 |
| Hex | F7 | 71 | D9 | 0 | 36 | C | 3 | 139 | 59 | 47 |
| Octal | 367 | 161 | 331 | 0 | 66 | 14 | 3 | 471 | 131 | 107 |
| Binary | 11110111 | 1110001 | 11011001 | 0 | 110110 | 1100 | 11 | 100111001 | 1011001 | 1000111 |
Color Harmonies of #F771D9
Complementary color
Monochromatic Colors of #F771D9
Black with #F771D9
Text Example
Text Example
White with #F771D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771D9; }
p { color: rgb(247,113,217); }
H1.HeaderClassName
{
color: #F771D9;
}
.AnyTagClassName
{
color: #F771D9;
}
</style>
background-color css
<style>
a { background-color: #F771D9; }
a { background-color: rgb(247,113,217); }
div.DivClassName
{
background-color: #F771D9;
}
.BgClassName
{
background-color: #F771D9;
}
</style>
border-color css
<style>
span { border-color: #F771D9; }
span { border-color: rgb(247,113,217); }
td.TdClassName
{
border-color: #F771D9;
}
.TagClassName
{
border-color: #F771D9;
}
</style>