Shades of Pale Magenta #F979DF
Tints of Pale Magenta #F979DF
RGB
CMYK
RGB Variations
Color information
#F979DF (or 0xF979DF) is known color: Pale Magenta. HEX triplet: F9, 79 and DF. RGB value is (249,121,223). Sum of RGB (Red+Green+Blue) = 249+121+223=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 121 (47.66% from 255 or 20.40% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F979DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979DF is #068620. Grayscale: #AAAAAA. Windows color (decimal): -427553 or 14645753. OLE color: 14645753.
HSL color Cylindrical-coordinate representation of color #F979DF: hue angle of 312.19º 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 #F979DF is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 223 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.02 |
| HSL | 312.19º | 0.91% | 0.73% | - |
| HSV(B) | 312.19º | 0.51% | 0.98% | - |
| XYZ | 59.22 | 39.14 | 74.25 | - |
| YUV | 170.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 223 | 0 | 0.51 | 0.10 | 0.02 | 312.19 | 0.91 | 0.73 |
| Hex | F9 | 79 | DF | 0 | 33 | A | 2 | 138 | 5B | 49 |
| Octal | 371 | 171 | 337 | 0 | 63 | 12 | 2 | 470 | 133 | 111 |
| Binary | 11111001 | 1111001 | 11011111 | 0 | 110011 | 1010 | 10 | 100111000 | 1011011 | 1001001 |
Color Harmonies of #F979DF
Complementary color
Monochromatic Colors of #F979DF
Black with #F979DF
Text Example
Text Example
White with #F979DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F979DF; }
p { color: rgb(249,121,223); }
H1.HeaderClassName
{
color: #F979DF;
}
.AnyTagClassName
{
color: #F979DF;
}
</style>
background-color css
<style>
a { background-color: #F979DF; }
a { background-color: rgb(249,121,223); }
div.DivClassName
{
background-color: #F979DF;
}
.BgClassName
{
background-color: #F979DF;
}
</style>
border-color css
<style>
span { border-color: #F979DF; }
span { border-color: rgb(249,121,223); }
td.TdClassName
{
border-color: #F979DF;
}
.TagClassName
{
border-color: #F979DF;
}
</style>