Shades of Pale Magenta #F57AE1
Tints of Pale Magenta #F57AE1
RGB
CMYK
RGB Variations
Color information
#F57AE1 (or 0xF57AE1) is known color: Pale Magenta. HEX triplet: F5, 7A and E1. RGB value is (245,122,225). Sum of RGB (Red+Green+Blue) = 245+122+225=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AE1 is #0A851E. Grayscale: #AAAAAA. Windows color (decimal): -689439 or 14777077. OLE color: 14777077.
HSL color Cylindrical-coordinate representation of color #F57AE1: hue angle of 309.76º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AE1 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 225 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.04 |
| HSL | 309.76º | 0.86% | 0.72% | - |
| HSV(B) | 309.76º | 0.5% | 0.96% | - |
| XYZ | 58.21 | 38.77 | 75.65 | - |
| YUV | 170.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 225 | 0 | 0.50 | 0.08 | 0.04 | 309.76 | 0.86 | 0.72 |
| Hex | F5 | 7A | E1 | 0 | 32 | 8 | 4 | 136 | 56 | 48 |
| Octal | 365 | 172 | 341 | 0 | 62 | 10 | 4 | 466 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11100001 | 0 | 110010 | 1000 | 100 | 100110110 | 1010110 | 1001000 |
Color Harmonies of #F57AE1
Complementary color
Monochromatic Colors of #F57AE1
Black with #F57AE1
Text Example
Text Example
White with #F57AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57AE1; }
p { color: rgb(245,122,225); }
H1.HeaderClassName
{
color: #F57AE1;
}
.AnyTagClassName
{
color: #F57AE1;
}
</style>
background-color css
<style>
a { background-color: #F57AE1; }
a { background-color: rgb(245,122,225); }
div.DivClassName
{
background-color: #F57AE1;
}
.BgClassName
{
background-color: #F57AE1;
}
</style>
border-color css
<style>
span { border-color: #F57AE1; }
span { border-color: rgb(245,122,225); }
td.TdClassName
{
border-color: #F57AE1;
}
.TagClassName
{
border-color: #F57AE1;
}
</style>