Shades of Pale Magenta #F578E6
Tints of Pale Magenta #F578E6
RGB
CMYK
RGB Variations
Color information
#F578E6 (or 0xF578E6) is known color: Pale Magenta. HEX triplet: F5, 78 and E6. RGB value is (245,120,230). Sum of RGB (Red+Green+Blue) = 245+120+230=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F578E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F578E6 is #0A8719. Grayscale: #A9A9A9. Windows color (decimal): -689946 or 15104245. OLE color: 15104245.
HSL color Cylindrical-coordinate representation of color #F578E6: hue angle of 307.2º 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 #F578E6 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 230 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.04 |
| HSL | 307.2º | 0.86% | 0.72% | - |
| HSV(B) | 307.2º | 0.51% | 0.96% | - |
| XYZ | 58.66 | 38.56 | 79.21 | - |
| YUV | 169.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 230 | 0 | 0.51 | 0.06 | 0.04 | 307.2 | 0.86 | 0.72 |
| Hex | F5 | 78 | E6 | 0 | 33 | 6 | 4 | 133 | 56 | 48 |
| Octal | 365 | 170 | 346 | 0 | 63 | 6 | 4 | 463 | 126 | 110 |
| Binary | 11110101 | 1111000 | 11100110 | 0 | 110011 | 110 | 100 | 100110011 | 1010110 | 1001000 |
Color Harmonies of #F578E6
Complementary color
Monochromatic Colors of #F578E6
Black with #F578E6
Text Example
Text Example
White with #F578E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578E6; }
p { color: rgb(245,120,230); }
H1.HeaderClassName
{
color: #F578E6;
}
.AnyTagClassName
{
color: #F578E6;
}
</style>
background-color css
<style>
a { background-color: #F578E6; }
a { background-color: rgb(245,120,230); }
div.DivClassName
{
background-color: #F578E6;
}
.BgClassName
{
background-color: #F578E6;
}
</style>
border-color css
<style>
span { border-color: #F578E6; }
span { border-color: rgb(245,120,230); }
td.TdClassName
{
border-color: #F578E6;
}
.TagClassName
{
border-color: #F578E6;
}
</style>