Shades of Pale Magenta #F979D9
Tints of Pale Magenta #F979D9
RGB
CMYK
RGB Variations
Color information
#F979D9 (or 0xF979D9) is known color: Pale Magenta. HEX triplet: F9, 79 and D9. RGB value is (249,121,217). Sum of RGB (Red+Green+Blue) = 249+121+217=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 121 (47.66% from 255 or 20.61% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F979D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979D9 is #068626. Grayscale: #A9A9A9. Windows color (decimal): -427559 or 14252537. OLE color: 14252537.
HSL color Cylindrical-coordinate representation of color #F979D9: hue angle of 315º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F979D9 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 217 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.02 |
| HSL | 315º | 0.91% | 0.73% | - |
| HSV(B) | 315º | 0.51% | 0.98% | - |
| XYZ | 58.43 | 38.82 | 70.06 | - |
| YUV | 170.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 217 | 0 | 0.51 | 0.13 | 0.02 | 315 | 0.91 | 0.73 |
| Hex | F9 | 79 | D9 | 0 | 33 | D | 2 | 13B | 5B | 49 |
| Octal | 371 | 171 | 331 | 0 | 63 | 15 | 2 | 473 | 133 | 111 |
| Binary | 11111001 | 1111001 | 11011001 | 0 | 110011 | 1101 | 10 | 100111011 | 1011011 | 1001001 |
Color Harmonies of #F979D9
Complementary color
Monochromatic Colors of #F979D9
Black with #F979D9
Text Example
Text Example
White with #F979D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F979D9; }
p { color: rgb(249,121,217); }
H1.HeaderClassName
{
color: #F979D9;
}
.AnyTagClassName
{
color: #F979D9;
}
</style>
background-color css
<style>
a { background-color: #F979D9; }
a { background-color: rgb(249,121,217); }
div.DivClassName
{
background-color: #F979D9;
}
.BgClassName
{
background-color: #F979D9;
}
</style>
border-color css
<style>
span { border-color: #F979D9; }
span { border-color: rgb(249,121,217); }
td.TdClassName
{
border-color: #F979D9;
}
.TagClassName
{
border-color: #F979D9;
}
</style>