Shades of Pale Magenta #F57EE5
Tints of Pale Magenta #F57EE5
RGB
CMYK
RGB Variations
Color information
#F57EE5 (or 0xF57EE5) is known color: Pale Magenta. HEX triplet: F5, 7E and E5. RGB value is (245,126,229). Sum of RGB (Red+Green+Blue) = 245+126+229=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57EE5 is #0A811A. Grayscale: #ADADAD. Windows color (decimal): -688411 or 15040245. OLE color: 15040245.
HSL color Cylindrical-coordinate representation of color #F57EE5: hue angle of 308.07º 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 #F57EE5 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 229 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.04 |
| HSL | 308.07º | 0.86% | 0.73% | - |
| HSV(B) | 308.07º | 0.49% | 0.96% | - |
| XYZ | 59.26 | 39.99 | 78.72 | - |
| YUV | 173.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 229 | 0 | 0.49 | 0.07 | 0.04 | 308.07 | 0.86 | 0.73 |
| Hex | F5 | 7E | E5 | 0 | 31 | 7 | 4 | 134 | 56 | 49 |
| Octal | 365 | 176 | 345 | 0 | 61 | 7 | 4 | 464 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11100101 | 0 | 110001 | 111 | 100 | 100110100 | 1010110 | 1001001 |
Color Harmonies of #F57EE5
Complementary color
Monochromatic Colors of #F57EE5
Black with #F57EE5
Text Example
Text Example
White with #F57EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57EE5; }
p { color: rgb(245,126,229); }
H1.HeaderClassName
{
color: #F57EE5;
}
.AnyTagClassName
{
color: #F57EE5;
}
</style>
background-color css
<style>
a { background-color: #F57EE5; }
a { background-color: rgb(245,126,229); }
div.DivClassName
{
background-color: #F57EE5;
}
.BgClassName
{
background-color: #F57EE5;
}
</style>
border-color css
<style>
span { border-color: #F57EE5; }
span { border-color: rgb(245,126,229); }
td.TdClassName
{
border-color: #F57EE5;
}
.TagClassName
{
border-color: #F57EE5;
}
</style>