Shades of Pale Magenta #F57ED6
Tints of Pale Magenta #F57ED6
RGB
CMYK
RGB Variations
Color information
#F57ED6 (or 0xF57ED6) is known color: Pale Magenta. HEX triplet: F5, 7E and D6. RGB value is (245,126,214). Sum of RGB (Red+Green+Blue) = 245+126+214=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ED6 is #0A8129. Grayscale: #ABABAB. Windows color (decimal): -688426 or 14057205. OLE color: 14057205.
HSL color Cylindrical-coordinate representation of color #F57ED6: hue angle of 315.63º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57ED6 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 214 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.04 |
| HSL | 315.63º | 0.86% | 0.73% | - |
| HSV(B) | 315.63º | 0.49% | 0.96% | - |
| XYZ | 57.25 | 39.19 | 68.16 | - |
| YUV | 171.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 214 | 0 | 0.49 | 0.13 | 0.04 | 315.63 | 0.86 | 0.73 |
| Hex | F5 | 7E | D6 | 0 | 31 | D | 4 | 13C | 56 | 49 |
| Octal | 365 | 176 | 326 | 0 | 61 | 15 | 4 | 474 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11010110 | 0 | 110001 | 1101 | 100 | 100111100 | 1010110 | 1001001 |
Color Harmonies of #F57ED6
Complementary color
Monochromatic Colors of #F57ED6
Black with #F57ED6
Text Example
Text Example
White with #F57ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ED6; }
p { color: rgb(245,126,214); }
H1.HeaderClassName
{
color: #F57ED6;
}
.AnyTagClassName
{
color: #F57ED6;
}
</style>
background-color css
<style>
a { background-color: #F57ED6; }
a { background-color: rgb(245,126,214); }
div.DivClassName
{
background-color: #F57ED6;
}
.BgClassName
{
background-color: #F57ED6;
}
</style>
border-color css
<style>
span { border-color: #F57ED6; }
span { border-color: rgb(245,126,214); }
td.TdClassName
{
border-color: #F57ED6;
}
.TagClassName
{
border-color: #F57ED6;
}
</style>