Shades of Tea Rose #F57ECD
Tints of Tea Rose #F57ECD
RGB
CMYK
RGB Variations
Color information
#F57ECD (or 0xF57ECD) is known color: Tea Rose. HEX triplet: F5, 7E and CD. RGB value is (245,126,205). Sum of RGB (Red+Green+Blue) = 245+126+205=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ECD is #0A8132. Grayscale: #AAAAAA. Windows color (decimal): -688435 or 13467381. OLE color: 13467381.
HSL color Cylindrical-coordinate representation of color #F57ECD: hue angle of 320.17º 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 #F57ECD is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 205 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.04 |
| HSL | 320.17º | 0.86% | 0.73% | - |
| HSV(B) | 320.17º | 0.49% | 0.96% | - |
| XYZ | 56.14 | 38.74 | 62.28 | - |
| YUV | 170.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 205 | 0 | 0.49 | 0.16 | 0.04 | 320.17 | 0.86 | 0.73 |
| Hex | F5 | 7E | CD | 0 | 31 | 10 | 4 | 140 | 56 | 49 |
| Octal | 365 | 176 | 315 | 0 | 61 | 20 | 4 | 500 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11001101 | 0 | 110001 | 10000 | 100 | 101000000 | 1010110 | 1001001 |
Color Harmonies of #F57ECD
Complementary color
Monochromatic Colors of #F57ECD
Black with #F57ECD
Text Example
Text Example
White with #F57ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ECD; }
p { color: rgb(245,126,205); }
H1.HeaderClassName
{
color: #F57ECD;
}
.AnyTagClassName
{
color: #F57ECD;
}
</style>
background-color css
<style>
a { background-color: #F57ECD; }
a { background-color: rgb(245,126,205); }
div.DivClassName
{
background-color: #F57ECD;
}
.BgClassName
{
background-color: #F57ECD;
}
</style>
border-color css
<style>
span { border-color: #F57ECD; }
span { border-color: rgb(245,126,205); }
td.TdClassName
{
border-color: #F57ECD;
}
.TagClassName
{
border-color: #F57ECD;
}
</style>