Shades of Pale Magenta #F770D9
Tints of Pale Magenta #F770D9
RGB
CMYK
RGB Variations
Color information
#F770D9 (or 0xF770D9) is known color: Pale Magenta. HEX triplet: F7, 70 and D9. RGB value is (247,112,217). Sum of RGB (Red+Green+Blue) = 247+112+217=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F770D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770D9 is #088F26. Grayscale: #A4A4A4. Windows color (decimal): -560935 or 14250231. OLE color: 14250231.
HSL color Cylindrical-coordinate representation of color #F770D9: hue angle of 313.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770D9 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 217 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.03 |
| HSL | 313.33º | 0.89% | 0.7% | - |
| HSV(B) | 313.33º | 0.55% | 0.97% | - |
| XYZ | 56.68 | 36.37 | 69.68 | - |
| YUV | 164.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 217 | 0 | 0.55 | 0.12 | 0.03 | 313.33 | 0.89 | 0.7 |
| Hex | F7 | 70 | D9 | 0 | 37 | C | 3 | 139 | 59 | 46 |
| Octal | 367 | 160 | 331 | 0 | 67 | 14 | 3 | 471 | 131 | 106 |
| Binary | 11110111 | 1110000 | 11011001 | 0 | 110111 | 1100 | 11 | 100111001 | 1011001 | 1000110 |
Color Harmonies of #F770D9
Complementary color
Monochromatic Colors of #F770D9
Black with #F770D9
Text Example
Text Example
White with #F770D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770D9; }
p { color: rgb(247,112,217); }
H1.HeaderClassName
{
color: #F770D9;
}
.AnyTagClassName
{
color: #F770D9;
}
</style>
background-color css
<style>
a { background-color: #F770D9; }
a { background-color: rgb(247,112,217); }
div.DivClassName
{
background-color: #F770D9;
}
.BgClassName
{
background-color: #F770D9;
}
</style>
border-color css
<style>
span { border-color: #F770D9; }
span { border-color: rgb(247,112,217); }
td.TdClassName
{
border-color: #F770D9;
}
.TagClassName
{
border-color: #F770D9;
}
</style>