Shades of Pale Magenta #F979DC
Tints of Pale Magenta #F979DC
RGB
CMYK
RGB Variations
Color information
#F979DC (or 0xF979DC) is known color: Pale Magenta. HEX triplet: F9, 79 and DC. RGB value is (249,121,220). Sum of RGB (Red+Green+Blue) = 249+121+220=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 121 (47.66% from 255 or 20.51% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F979DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979DC is #068623. Grayscale: #AAAAAA. Windows color (decimal): -427556 or 14449145. OLE color: 14449145.
HSL color Cylindrical-coordinate representation of color #F979DC: hue angle of 313.59º 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 #F979DC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 220 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.02 |
| HSL | 313.59º | 0.91% | 0.73% | - |
| HSV(B) | 313.59º | 0.51% | 0.98% | - |
| XYZ | 58.82 | 38.98 | 72.13 | - |
| YUV | 170.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 220 | 0 | 0.51 | 0.12 | 0.02 | 313.59 | 0.91 | 0.73 |
| Hex | F9 | 79 | DC | 0 | 33 | C | 2 | 13A | 5B | 49 |
| Octal | 371 | 171 | 334 | 0 | 63 | 14 | 2 | 472 | 133 | 111 |
| Binary | 11111001 | 1111001 | 11011100 | 0 | 110011 | 1100 | 10 | 100111010 | 1011011 | 1001001 |
Color Harmonies of #F979DC
Complementary color
Monochromatic Colors of #F979DC
Black with #F979DC
Text Example
Text Example
White with #F979DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F979DC; }
p { color: rgb(249,121,220); }
H1.HeaderClassName
{
color: #F979DC;
}
.AnyTagClassName
{
color: #F979DC;
}
</style>
background-color css
<style>
a { background-color: #F979DC; }
a { background-color: rgb(249,121,220); }
div.DivClassName
{
background-color: #F979DC;
}
.BgClassName
{
background-color: #F979DC;
}
</style>
border-color css
<style>
span { border-color: #F979DC; }
span { border-color: rgb(249,121,220); }
td.TdClassName
{
border-color: #F979DC;
}
.TagClassName
{
border-color: #F979DC;
}
</style>