Shades of Pale Magenta #F57EDF
Tints of Pale Magenta #F57EDF
RGB
CMYK
RGB Variations
Color information
#F57EDF (or 0xF57EDF) is known color: Pale Magenta. HEX triplet: F5, 7E and DF. RGB value is (245,126,223). Sum of RGB (Red+Green+Blue) = 245+126+223=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57EDF is #0A8120. Grayscale: #ACACAC. Windows color (decimal): -688417 or 14647029. OLE color: 14647029.
HSL color Cylindrical-coordinate representation of color #F57EDF: hue angle of 311.09º 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 #F57EDF is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 223 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.04 |
| HSL | 311.09º | 0.86% | 0.73% | - |
| HSV(B) | 311.09º | 0.49% | 0.96% | - |
| XYZ | 58.44 | 39.66 | 74.39 | - |
| YUV | 172.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 223 | 0 | 0.49 | 0.09 | 0.04 | 311.09 | 0.86 | 0.73 |
| Hex | F5 | 7E | DF | 0 | 31 | 9 | 4 | 137 | 56 | 49 |
| Octal | 365 | 176 | 337 | 0 | 61 | 11 | 4 | 467 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11011111 | 0 | 110001 | 1001 | 100 | 100110111 | 1010110 | 1001001 |
Color Harmonies of #F57EDF
Complementary color
Monochromatic Colors of #F57EDF
Black with #F57EDF
Text Example
Text Example
White with #F57EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57EDF; }
p { color: rgb(245,126,223); }
H1.HeaderClassName
{
color: #F57EDF;
}
.AnyTagClassName
{
color: #F57EDF;
}
</style>
background-color css
<style>
a { background-color: #F57EDF; }
a { background-color: rgb(245,126,223); }
div.DivClassName
{
background-color: #F57EDF;
}
.BgClassName
{
background-color: #F57EDF;
}
</style>
border-color css
<style>
span { border-color: #F57EDF; }
span { border-color: rgb(245,126,223); }
td.TdClassName
{
border-color: #F57EDF;
}
.TagClassName
{
border-color: #F57EDF;
}
</style>