Shades of Pale Magenta #F578D9
Tints of Pale Magenta #F578D9
RGB
CMYK
RGB Variations
Color information
#F578D9 (or 0xF578D9) is known color: Pale Magenta. HEX triplet: F5, 78 and D9. RGB value is (245,120,217). Sum of RGB (Red+Green+Blue) = 245+120+217=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F578D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578D9 is #0A8726. Grayscale: #A8A8A8. Windows color (decimal): -689959 or 14252277. OLE color: 14252277.
HSL color Cylindrical-coordinate representation of color #F578D9: hue angle of 313.44º 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 #F578D9 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 217 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.04 |
| HSL | 313.44º | 0.86% | 0.72% | - |
| HSV(B) | 313.44º | 0.51% | 0.96% | - |
| XYZ | 56.9 | 37.86 | 69.95 | - |
| YUV | 168.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 217 | 0 | 0.51 | 0.11 | 0.04 | 313.44 | 0.86 | 0.72 |
| Hex | F5 | 78 | D9 | 0 | 33 | B | 4 | 139 | 56 | 48 |
| Octal | 365 | 170 | 331 | 0 | 63 | 13 | 4 | 471 | 126 | 110 |
| Binary | 11110101 | 1111000 | 11011001 | 0 | 110011 | 1011 | 100 | 100111001 | 1010110 | 1001000 |
Color Harmonies of #F578D9
Complementary color
Monochromatic Colors of #F578D9
Black with #F578D9
Text Example
Text Example
White with #F578D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578D9; }
p { color: rgb(245,120,217); }
H1.HeaderClassName
{
color: #F578D9;
}
.AnyTagClassName
{
color: #F578D9;
}
</style>
background-color css
<style>
a { background-color: #F578D9; }
a { background-color: rgb(245,120,217); }
div.DivClassName
{
background-color: #F578D9;
}
.BgClassName
{
background-color: #F578D9;
}
</style>
border-color css
<style>
span { border-color: #F578D9; }
span { border-color: rgb(245,120,217); }
td.TdClassName
{
border-color: #F578D9;
}
.TagClassName
{
border-color: #F578D9;
}
</style>