Shades of Pale Magenta #F578DA
Tints of Pale Magenta #F578DA
RGB
CMYK
RGB Variations
Color information
#F578DA (or 0xF578DA) is known color: Pale Magenta. HEX triplet: F5, 78 and DA. RGB value is (245,120,218). Sum of RGB (Red+Green+Blue) = 245+120+218=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F578DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578DA is #0A8725. Grayscale: #A8A8A8. Windows color (decimal): -689958 or 14317813. OLE color: 14317813.
HSL color Cylindrical-coordinate representation of color #F578DA: hue angle of 312.96º 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 #F578DA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 218 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.04 |
| HSL | 312.96º | 0.86% | 0.72% | - |
| HSV(B) | 312.96º | 0.51% | 0.96% | - |
| XYZ | 57.03 | 37.91 | 70.64 | - |
| YUV | 168.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 218 | 0 | 0.51 | 0.11 | 0.04 | 312.96 | 0.86 | 0.72 |
| Hex | F5 | 78 | DA | 0 | 33 | B | 4 | 139 | 56 | 48 |
| Octal | 365 | 170 | 332 | 0 | 63 | 13 | 4 | 471 | 126 | 110 |
| Binary | 11110101 | 1111000 | 11011010 | 0 | 110011 | 1011 | 100 | 100111001 | 1010110 | 1001000 |
Color Harmonies of #F578DA
Complementary color
Monochromatic Colors of #F578DA
Black with #F578DA
Text Example
Text Example
White with #F578DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578DA; }
p { color: rgb(245,120,218); }
H1.HeaderClassName
{
color: #F578DA;
}
.AnyTagClassName
{
color: #F578DA;
}
</style>
background-color css
<style>
a { background-color: #F578DA; }
a { background-color: rgb(245,120,218); }
div.DivClassName
{
background-color: #F578DA;
}
.BgClassName
{
background-color: #F578DA;
}
</style>
border-color css
<style>
span { border-color: #F578DA; }
span { border-color: rgb(245,120,218); }
td.TdClassName
{
border-color: #F578DA;
}
.TagClassName
{
border-color: #F578DA;
}
</style>