Shades of Pale Magenta #F779DF
Tints of Pale Magenta #F779DF
RGB
CMYK
RGB Variations
Color information
#F779DF (or 0xF779DF) is known color: Pale Magenta. HEX triplet: F7, 79 and DF. RGB value is (247,121,223). Sum of RGB (Red+Green+Blue) = 247+121+223=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 121 (47.66% from 255 or 20.47% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F779DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779DF is #088620. Grayscale: #AAAAAA. Windows color (decimal): -558625 or 14645751. OLE color: 14645751.
HSL color Cylindrical-coordinate representation of color #F779DF: hue angle of 311.43º 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 #F779DF is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 223 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.03 |
| HSL | 311.43º | 0.89% | 0.72% | - |
| HSV(B) | 311.43º | 0.51% | 0.97% | - |
| XYZ | 58.51 | 38.78 | 74.21 | - |
| YUV | 170.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 223 | 0 | 0.51 | 0.10 | 0.03 | 311.43 | 0.89 | 0.72 |
| Hex | F7 | 79 | DF | 0 | 33 | A | 3 | 137 | 59 | 48 |
| Octal | 367 | 171 | 337 | 0 | 63 | 12 | 3 | 467 | 131 | 110 |
| Binary | 11110111 | 1111001 | 11011111 | 0 | 110011 | 1010 | 11 | 100110111 | 1011001 | 1001000 |
Color Harmonies of #F779DF
Complementary color
Monochromatic Colors of #F779DF
Black with #F779DF
Text Example
Text Example
White with #F779DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F779DF; }
p { color: rgb(247,121,223); }
H1.HeaderClassName
{
color: #F779DF;
}
.AnyTagClassName
{
color: #F779DF;
}
</style>
background-color css
<style>
a { background-color: #F779DF; }
a { background-color: rgb(247,121,223); }
div.DivClassName
{
background-color: #F779DF;
}
.BgClassName
{
background-color: #F779DF;
}
</style>
border-color css
<style>
span { border-color: #F779DF; }
span { border-color: rgb(247,121,223); }
td.TdClassName
{
border-color: #F779DF;
}
.TagClassName
{
border-color: #F779DF;
}
</style>