Shades of Pale Magenta #F579D4
Tints of Pale Magenta #F579D4
RGB
CMYK
RGB Variations
Color information
#F579D4 (or 0xF579D4) is known color: Pale Magenta. HEX triplet: F5, 79 and D4. RGB value is (245,121,212). Sum of RGB (Red+Green+Blue) = 245+121+212=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 121 (47.66% from 255 or 20.93% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F579D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579D4 is #0A862B. Grayscale: #A8A8A8. Windows color (decimal): -689708 or 13924853. OLE color: 13924853.
HSL color Cylindrical-coordinate representation of color #F579D4: hue angle of 315.97º 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 #F579D4 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 212 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.04 |
| HSL | 315.97º | 0.86% | 0.72% | - |
| HSV(B) | 315.97º | 0.51% | 0.96% | - |
| XYZ | 56.38 | 37.84 | 66.62 | - |
| YUV | 168.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 212 | 0 | 0.51 | 0.13 | 0.04 | 315.97 | 0.86 | 0.72 |
| Hex | F5 | 79 | D4 | 0 | 33 | D | 4 | 13C | 56 | 48 |
| Octal | 365 | 171 | 324 | 0 | 63 | 15 | 4 | 474 | 126 | 110 |
| Binary | 11110101 | 1111001 | 11010100 | 0 | 110011 | 1101 | 100 | 100111100 | 1010110 | 1001000 |
Color Harmonies of #F579D4
Complementary color
Monochromatic Colors of #F579D4
Black with #F579D4
Text Example
Text Example
White with #F579D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579D4; }
p { color: rgb(245,121,212); }
H1.HeaderClassName
{
color: #F579D4;
}
.AnyTagClassName
{
color: #F579D4;
}
</style>
background-color css
<style>
a { background-color: #F579D4; }
a { background-color: rgb(245,121,212); }
div.DivClassName
{
background-color: #F579D4;
}
.BgClassName
{
background-color: #F579D4;
}
</style>
border-color css
<style>
span { border-color: #F579D4; }
span { border-color: rgb(245,121,212); }
td.TdClassName
{
border-color: #F579D4;
}
.TagClassName
{
border-color: #F579D4;
}
</style>