Shades of Tea Rose #F57EC8
Tints of Tea Rose #F57EC8
RGB
CMYK
RGB Variations
Color information
#F57EC8 (or 0xF57EC8) is known color: Tea Rose. HEX triplet: F5, 7E and C8. RGB value is (245,126,200). Sum of RGB (Red+Green+Blue) = 245+126+200=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57EC8 is #0A8137. Grayscale: #A9A9A9. Windows color (decimal): -688440 or 13139701. OLE color: 13139701.
HSL color Cylindrical-coordinate representation of color #F57EC8: hue angle of 322.69º 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 #F57EC8 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 200 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.04 |
| HSL | 322.69º | 0.86% | 0.73% | - |
| HSV(B) | 322.69º | 0.49% | 0.96% | - |
| XYZ | 55.54 | 38.5 | 59.15 | - |
| YUV | 170.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 200 | 0 | 0.49 | 0.18 | 0.04 | 322.69 | 0.86 | 0.73 |
| Hex | F5 | 7E | C8 | 0 | 31 | 12 | 4 | 143 | 56 | 49 |
| Octal | 365 | 176 | 310 | 0 | 61 | 22 | 4 | 503 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11001000 | 0 | 110001 | 10010 | 100 | 101000011 | 1010110 | 1001001 |
Color Harmonies of #F57EC8
Complementary color
Monochromatic Colors of #F57EC8
Black with #F57EC8
Text Example
Text Example
White with #F57EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57EC8; }
p { color: rgb(245,126,200); }
H1.HeaderClassName
{
color: #F57EC8;
}
.AnyTagClassName
{
color: #F57EC8;
}
</style>
background-color css
<style>
a { background-color: #F57EC8; }
a { background-color: rgb(245,126,200); }
div.DivClassName
{
background-color: #F57EC8;
}
.BgClassName
{
background-color: #F57EC8;
}
</style>
border-color css
<style>
span { border-color: #F57EC8; }
span { border-color: rgb(245,126,200); }
td.TdClassName
{
border-color: #F57EC8;
}
.TagClassName
{
border-color: #F57EC8;
}
</style>