Shades of Pale Magenta #F578DB
Tints of Pale Magenta #F578DB
RGB
CMYK
RGB Variations
Color information
#F578DB (or 0xF578DB) is known color: Pale Magenta. HEX triplet: F5, 78 and DB. RGB value is (245,120,219). Sum of RGB (Red+Green+Blue) = 245+120+219=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F578DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578DB is #0A8724. Grayscale: #A8A8A8. Windows color (decimal): -689957 or 14383349. OLE color: 14383349.
HSL color Cylindrical-coordinate representation of color #F578DB: hue angle of 312.48º 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 #F578DB is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 219 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.04 |
| HSL | 312.48º | 0.86% | 0.72% | - |
| HSV(B) | 312.48º | 0.51% | 0.96% | - |
| XYZ | 57.16 | 37.96 | 71.33 | - |
| YUV | 168.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 219 | 0 | 0.51 | 0.11 | 0.04 | 312.48 | 0.86 | 0.72 |
| Hex | F5 | 78 | DB | 0 | 33 | B | 4 | 138 | 56 | 48 |
| Octal | 365 | 170 | 333 | 0 | 63 | 13 | 4 | 470 | 126 | 110 |
| Binary | 11110101 | 1111000 | 11011011 | 0 | 110011 | 1011 | 100 | 100111000 | 1010110 | 1001000 |
Color Harmonies of #F578DB
Complementary color
Monochromatic Colors of #F578DB
Black with #F578DB
Text Example
Text Example
White with #F578DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578DB; }
p { color: rgb(245,120,219); }
H1.HeaderClassName
{
color: #F578DB;
}
.AnyTagClassName
{
color: #F578DB;
}
</style>
background-color css
<style>
a { background-color: #F578DB; }
a { background-color: rgb(245,120,219); }
div.DivClassName
{
background-color: #F578DB;
}
.BgClassName
{
background-color: #F578DB;
}
</style>
border-color css
<style>
span { border-color: #F578DB; }
span { border-color: rgb(245,120,219); }
td.TdClassName
{
border-color: #F578DB;
}
.TagClassName
{
border-color: #F578DB;
}
</style>