Shades of Pale Magenta #F579DF
Tints of Pale Magenta #F579DF
RGB
CMYK
RGB Variations
Color information
#F579DF (or 0xF579DF) is known color: Pale Magenta. HEX triplet: F5, 79 and DF. RGB value is (245,121,223). Sum of RGB (Red+Green+Blue) = 245+121+223=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 121 (47.66% from 255 or 20.54% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F579DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579DF is #0A8620. Grayscale: #A9A9A9. Windows color (decimal): -689697 or 14645749. OLE color: 14645749.
HSL color Cylindrical-coordinate representation of color #F579DF: hue angle of 310.65º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F579DF is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 223 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.04 |
| HSL | 310.65º | 0.86% | 0.72% | - |
| HSV(B) | 310.65º | 0.51% | 0.96% | - |
| XYZ | 57.81 | 38.41 | 74.18 | - |
| YUV | 169.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 223 | 0 | 0.51 | 0.09 | 0.04 | 310.65 | 0.86 | 0.72 |
| Hex | F5 | 79 | DF | 0 | 33 | 9 | 4 | 137 | 56 | 48 |
| Octal | 365 | 171 | 337 | 0 | 63 | 11 | 4 | 467 | 126 | 110 |
| Binary | 11110101 | 1111001 | 11011111 | 0 | 110011 | 1001 | 100 | 100110111 | 1010110 | 1001000 |
Color Harmonies of #F579DF
Complementary color
Monochromatic Colors of #F579DF
Black with #F579DF
Text Example
Text Example
White with #F579DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579DF; }
p { color: rgb(245,121,223); }
H1.HeaderClassName
{
color: #F579DF;
}
.AnyTagClassName
{
color: #F579DF;
}
</style>
background-color css
<style>
a { background-color: #F579DF; }
a { background-color: rgb(245,121,223); }
div.DivClassName
{
background-color: #F579DF;
}
.BgClassName
{
background-color: #F579DF;
}
</style>
border-color css
<style>
span { border-color: #F579DF; }
span { border-color: rgb(245,121,223); }
td.TdClassName
{
border-color: #F579DF;
}
.TagClassName
{
border-color: #F579DF;
}
</style>