Shades of Pale Magenta #F777DD
Tints of Pale Magenta #F777DD
RGB
CMYK
RGB Variations
Color information
#F777DD (or 0xF777DD) is known color: Pale Magenta. HEX triplet: F7, 77 and DD. RGB value is (247,119,221). Sum of RGB (Red+Green+Blue) = 247+119+221=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F777DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777DD is #088822. Grayscale: #A8A8A8. Windows color (decimal): -559139 or 14514167. OLE color: 14514167.
HSL color Cylindrical-coordinate representation of color #F777DD: hue angle of 312.19º 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 #F777DD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 221 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.03 |
| HSL | 312.19º | 0.89% | 0.72% | - |
| HSV(B) | 312.19º | 0.52% | 0.97% | - |
| XYZ | 58.01 | 38.19 | 72.72 | - |
| YUV | 168.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 221 | 0 | 0.52 | 0.11 | 0.03 | 312.19 | 0.89 | 0.72 |
| Hex | F7 | 77 | DD | 0 | 34 | B | 3 | 138 | 59 | 48 |
| Octal | 367 | 167 | 335 | 0 | 64 | 13 | 3 | 470 | 131 | 110 |
| Binary | 11110111 | 1110111 | 11011101 | 0 | 110100 | 1011 | 11 | 100111000 | 1011001 | 1001000 |
Color Harmonies of #F777DD
Complementary color
Monochromatic Colors of #F777DD
Black with #F777DD
Text Example
Text Example
White with #F777DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F777DD; }
p { color: rgb(247,119,221); }
H1.HeaderClassName
{
color: #F777DD;
}
.AnyTagClassName
{
color: #F777DD;
}
</style>
background-color css
<style>
a { background-color: #F777DD; }
a { background-color: rgb(247,119,221); }
div.DivClassName
{
background-color: #F777DD;
}
.BgClassName
{
background-color: #F777DD;
}
</style>
border-color css
<style>
span { border-color: #F777DD; }
span { border-color: rgb(247,119,221); }
td.TdClassName
{
border-color: #F777DD;
}
.TagClassName
{
border-color: #F777DD;
}
</style>