Shades of Pale Magenta #F57FE8
Tints of Pale Magenta #F57FE8
RGB
CMYK
RGB Variations
Color information
#F57FE8 (or 0xF57FE8) is known color: Pale Magenta. HEX triplet: F5, 7F and E8. RGB value is (245,127,232). Sum of RGB (Red+Green+Blue) = 245+127+232=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FE8 is #0A8017. Grayscale: #ADADAD. Windows color (decimal): -688152 or 15237109. OLE color: 15237109.
HSL color Cylindrical-coordinate representation of color #F57FE8: hue angle of 306.61º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57FE8 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 232 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.04 |
| HSL | 306.61º | 0.86% | 0.73% | - |
| HSV(B) | 306.61º | 0.48% | 0.96% | - |
| XYZ | 59.81 | 40.42 | 80.99 | - |
| YUV | 174.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 232 | 0 | 0.48 | 0.05 | 0.04 | 306.61 | 0.86 | 0.73 |
| Hex | F5 | 7F | E8 | 0 | 30 | 5 | 4 | 133 | 56 | 49 |
| Octal | 365 | 177 | 350 | 0 | 60 | 5 | 4 | 463 | 126 | 111 |
| Binary | 11110101 | 1111111 | 11101000 | 0 | 110000 | 101 | 100 | 100110011 | 1010110 | 1001001 |
Color Harmonies of #F57FE8
Complementary color
Monochromatic Colors of #F57FE8
Black with #F57FE8
Text Example
Text Example
White with #F57FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FE8; }
p { color: rgb(245,127,232); }
H1.HeaderClassName
{
color: #F57FE8;
}
.AnyTagClassName
{
color: #F57FE8;
}
</style>
background-color css
<style>
a { background-color: #F57FE8; }
a { background-color: rgb(245,127,232); }
div.DivClassName
{
background-color: #F57FE8;
}
.BgClassName
{
background-color: #F57FE8;
}
</style>
border-color css
<style>
span { border-color: #F57FE8; }
span { border-color: rgb(245,127,232); }
td.TdClassName
{
border-color: #F57FE8;
}
.TagClassName
{
border-color: #F57FE8;
}
</style>