Shades of Pale Magenta #F579DB
Tints of Pale Magenta #F579DB
RGB
CMYK
RGB Variations
Color information
#F579DB (or 0xF579DB) is known color: Pale Magenta. HEX triplet: F5, 79 and DB. RGB value is (245,121,219). Sum of RGB (Red+Green+Blue) = 245+121+219=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F579DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579DB is #0A8624. Grayscale: #A8A8A8. Windows color (decimal): -689701 or 14383605. OLE color: 14383605.
HSL color Cylindrical-coordinate representation of color #F579DB: hue angle of 312.58º 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 #F579DB is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 219 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.04 |
| HSL | 312.58º | 0.86% | 0.72% | - |
| HSV(B) | 312.58º | 0.51% | 0.96% | - |
| XYZ | 57.28 | 38.2 | 71.37 | - |
| YUV | 169.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 219 | 0 | 0.51 | 0.11 | 0.04 | 312.58 | 0.86 | 0.72 |
| Hex | F5 | 79 | DB | 0 | 33 | B | 4 | 139 | 56 | 48 |
| Octal | 365 | 171 | 333 | 0 | 63 | 13 | 4 | 471 | 126 | 110 |
| Binary | 11110101 | 1111001 | 11011011 | 0 | 110011 | 1011 | 100 | 100111001 | 1010110 | 1001000 |
Color Harmonies of #F579DB
Complementary color
Monochromatic Colors of #F579DB
Black with #F579DB
Text Example
Text Example
White with #F579DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579DB; }
p { color: rgb(245,121,219); }
H1.HeaderClassName
{
color: #F579DB;
}
.AnyTagClassName
{
color: #F579DB;
}
</style>
background-color css
<style>
a { background-color: #F579DB; }
a { background-color: rgb(245,121,219); }
div.DivClassName
{
background-color: #F579DB;
}
.BgClassName
{
background-color: #F579DB;
}
</style>
border-color css
<style>
span { border-color: #F579DB; }
span { border-color: rgb(245,121,219); }
td.TdClassName
{
border-color: #F579DB;
}
.TagClassName
{
border-color: #F579DB;
}
</style>