Shades of Pale Magenta #F578E2
Tints of Pale Magenta #F578E2
RGB
CMYK
RGB Variations
Color information
#F578E2 (or 0xF578E2) is known color: Pale Magenta. HEX triplet: F5, 78 and E2. RGB value is (245,120,226). Sum of RGB (Red+Green+Blue) = 245+120+226=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F578E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578E2 is #0A871D. Grayscale: #A9A9A9. Windows color (decimal): -689950 or 14842101. OLE color: 14842101.
HSL color Cylindrical-coordinate representation of color #F578E2: hue angle of 309.12º 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 #F578E2 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 226 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.04 |
| HSL | 309.12º | 0.86% | 0.72% | - |
| HSV(B) | 309.12º | 0.51% | 0.96% | - |
| XYZ | 58.1 | 38.34 | 76.29 | - |
| YUV | 169.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 226 | 0 | 0.51 | 0.08 | 0.04 | 309.12 | 0.86 | 0.72 |
| Hex | F5 | 78 | E2 | 0 | 33 | 8 | 4 | 135 | 56 | 48 |
| Octal | 365 | 170 | 342 | 0 | 63 | 10 | 4 | 465 | 126 | 110 |
| Binary | 11110101 | 1111000 | 11100010 | 0 | 110011 | 1000 | 100 | 100110101 | 1010110 | 1001000 |
Color Harmonies of #F578E2
Complementary color
Monochromatic Colors of #F578E2
Black with #F578E2
Text Example
Text Example
White with #F578E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578E2; }
p { color: rgb(245,120,226); }
H1.HeaderClassName
{
color: #F578E2;
}
.AnyTagClassName
{
color: #F578E2;
}
</style>
background-color css
<style>
a { background-color: #F578E2; }
a { background-color: rgb(245,120,226); }
div.DivClassName
{
background-color: #F578E2;
}
.BgClassName
{
background-color: #F578E2;
}
</style>
border-color css
<style>
span { border-color: #F578E2; }
span { border-color: rgb(245,120,226); }
td.TdClassName
{
border-color: #F578E2;
}
.TagClassName
{
border-color: #F578E2;
}
</style>