Shades of Pale Magenta #F779DC
Tints of Pale Magenta #F779DC
RGB
CMYK
RGB Variations
Color information
#F779DC (or 0xF779DC) is known color: Pale Magenta. HEX triplet: F7, 79 and DC. RGB value is (247,121,220). Sum of RGB (Red+Green+Blue) = 247+121+220=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 121 (47.66% from 255 or 20.58% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F779DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779DC is #088623. Grayscale: #A9A9A9. Windows color (decimal): -558628 or 14449143. OLE color: 14449143.
HSL color Cylindrical-coordinate representation of color #F779DC: hue angle of 312.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F779DC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 220 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.03 |
| HSL | 312.86º | 0.89% | 0.72% | - |
| HSV(B) | 312.86º | 0.51% | 0.97% | - |
| XYZ | 58.11 | 38.62 | 72.1 | - |
| YUV | 169.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 220 | 0 | 0.51 | 0.11 | 0.03 | 312.86 | 0.89 | 0.72 |
| Hex | F7 | 79 | DC | 0 | 33 | B | 3 | 139 | 59 | 48 |
| Octal | 367 | 171 | 334 | 0 | 63 | 13 | 3 | 471 | 131 | 110 |
| Binary | 11110111 | 1111001 | 11011100 | 0 | 110011 | 1011 | 11 | 100111001 | 1011001 | 1001000 |
Color Harmonies of #F779DC
Complementary color
Monochromatic Colors of #F779DC
Black with #F779DC
Text Example
Text Example
White with #F779DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F779DC; }
p { color: rgb(247,121,220); }
H1.HeaderClassName
{
color: #F779DC;
}
.AnyTagClassName
{
color: #F779DC;
}
</style>
background-color css
<style>
a { background-color: #F779DC; }
a { background-color: rgb(247,121,220); }
div.DivClassName
{
background-color: #F779DC;
}
.BgClassName
{
background-color: #F779DC;
}
</style>
border-color css
<style>
span { border-color: #F779DC; }
span { border-color: rgb(247,121,220); }
td.TdClassName
{
border-color: #F779DC;
}
.TagClassName
{
border-color: #F779DC;
}
</style>