Shades of Pale Magenta #F57EEA
Tints of Pale Magenta #F57EEA
RGB
CMYK
RGB Variations
Color information
#F57EEA (or 0xF57EEA) is known color: Pale Magenta. HEX triplet: F5, 7E and EA. RGB value is (245,126,234). Sum of RGB (Red+Green+Blue) = 245+126+234=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 126 (49.61% from 255 or 20.83% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57EEA is #0A8115. Grayscale: #ADADAD. Windows color (decimal): -688406 or 15367925. OLE color: 15367925.
HSL color Cylindrical-coordinate representation of color #F57EEA: hue angle of 305.55º 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 #F57EEA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 234 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.04 |
| HSL | 305.55º | 0.86% | 0.73% | - |
| HSV(B) | 305.55º | 0.49% | 0.96% | - |
| XYZ | 59.97 | 40.27 | 82.46 | - |
| YUV | 173.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 234 | 0 | 0.49 | 0.04 | 0.04 | 305.55 | 0.86 | 0.73 |
| Hex | F5 | 7E | EA | 0 | 31 | 4 | 4 | 132 | 56 | 49 |
| Octal | 365 | 176 | 352 | 0 | 61 | 4 | 4 | 462 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11101010 | 0 | 110001 | 100 | 100 | 100110010 | 1010110 | 1001001 |
Color Harmonies of #F57EEA
Complementary color
Monochromatic Colors of #F57EEA
Black with #F57EEA
Text Example
Text Example
White with #F57EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57EEA; }
p { color: rgb(245,126,234); }
H1.HeaderClassName
{
color: #F57EEA;
}
.AnyTagClassName
{
color: #F57EEA;
}
</style>
background-color css
<style>
a { background-color: #F57EEA; }
a { background-color: rgb(245,126,234); }
div.DivClassName
{
background-color: #F57EEA;
}
.BgClassName
{
background-color: #F57EEA;
}
</style>
border-color css
<style>
span { border-color: #F57EEA; }
span { border-color: rgb(245,126,234); }
td.TdClassName
{
border-color: #F57EEA;
}
.TagClassName
{
border-color: #F57EEA;
}
</style>