Shades of Pale Magenta #F776DD
Tints of Pale Magenta #F776DD
RGB
CMYK
RGB Variations
Color information
#F776DD (or 0xF776DD) is known color: Pale Magenta. HEX triplet: F7, 76 and DD. RGB value is (247,118,221). Sum of RGB (Red+Green+Blue) = 247+118+221=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 118 (46.48% from 255 or 20.14% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F776DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776DD is #088922. Grayscale: #A8A8A8. Windows color (decimal): -559395 or 14513911. OLE color: 14513911.
HSL color Cylindrical-coordinate representation of color #F776DD: hue angle of 312.09º 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 #F776DD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 221 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.03 |
| HSL | 312.09º | 0.89% | 0.72% | - |
| HSV(B) | 312.09º | 0.52% | 0.97% | - |
| XYZ | 57.89 | 37.95 | 72.68 | - |
| YUV | 168.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 221 | 0 | 0.52 | 0.11 | 0.03 | 312.09 | 0.89 | 0.72 |
| Hex | F7 | 76 | DD | 0 | 34 | B | 3 | 138 | 59 | 48 |
| Octal | 367 | 166 | 335 | 0 | 64 | 13 | 3 | 470 | 131 | 110 |
| Binary | 11110111 | 1110110 | 11011101 | 0 | 110100 | 1011 | 11 | 100111000 | 1011001 | 1001000 |
Color Harmonies of #F776DD
Complementary color
Monochromatic Colors of #F776DD
Black with #F776DD
Text Example
Text Example
White with #F776DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F776DD; }
p { color: rgb(247,118,221); }
H1.HeaderClassName
{
color: #F776DD;
}
.AnyTagClassName
{
color: #F776DD;
}
</style>
background-color css
<style>
a { background-color: #F776DD; }
a { background-color: rgb(247,118,221); }
div.DivClassName
{
background-color: #F776DD;
}
.BgClassName
{
background-color: #F776DD;
}
</style>
border-color css
<style>
span { border-color: #F776DD; }
span { border-color: rgb(247,118,221); }
td.TdClassName
{
border-color: #F776DD;
}
.TagClassName
{
border-color: #F776DD;
}
</style>