Shades of Pale Magenta #F578D6
Tints of Pale Magenta #F578D6
RGB
CMYK
RGB Variations
Color information
#F578D6 (or 0xF578D6) is known color: Pale Magenta. HEX triplet: F5, 78 and D6. RGB value is (245,120,214). Sum of RGB (Red+Green+Blue) = 245+120+214=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F578D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578D6 is #0A8729. Grayscale: #A7A7A7. Windows color (decimal): -689962 or 14055669. OLE color: 14055669.
HSL color Cylindrical-coordinate representation of color #F578D6: hue angle of 314.88º 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 #F578D6 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 214 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.04 |
| HSL | 314.88º | 0.86% | 0.72% | - |
| HSV(B) | 314.88º | 0.51% | 0.96% | - |
| XYZ | 56.51 | 37.7 | 67.92 | - |
| YUV | 168.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 214 | 0 | 0.51 | 0.13 | 0.04 | 314.88 | 0.86 | 0.72 |
| Hex | F5 | 78 | D6 | 0 | 33 | D | 4 | 13B | 56 | 48 |
| Octal | 365 | 170 | 326 | 0 | 63 | 15 | 4 | 473 | 126 | 110 |
| Binary | 11110101 | 1111000 | 11010110 | 0 | 110011 | 1101 | 100 | 100111011 | 1010110 | 1001000 |
Color Harmonies of #F578D6
Complementary color
Monochromatic Colors of #F578D6
Black with #F578D6
Text Example
Text Example
White with #F578D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578D6; }
p { color: rgb(245,120,214); }
H1.HeaderClassName
{
color: #F578D6;
}
.AnyTagClassName
{
color: #F578D6;
}
</style>
background-color css
<style>
a { background-color: #F578D6; }
a { background-color: rgb(245,120,214); }
div.DivClassName
{
background-color: #F578D6;
}
.BgClassName
{
background-color: #F578D6;
}
</style>
border-color css
<style>
span { border-color: #F578D6; }
span { border-color: rgb(245,120,214); }
td.TdClassName
{
border-color: #F578D6;
}
.TagClassName
{
border-color: #F578D6;
}
</style>