Shades of Tea Rose #F57ECB
Tints of Tea Rose #F57ECB
RGB
CMYK
RGB Variations
Color information
#F57ECB (or 0xF57ECB) is known color: Tea Rose. HEX triplet: F5, 7E and CB. RGB value is (245,126,203). Sum of RGB (Red+Green+Blue) = 245+126+203=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ECB is #0A8134. Grayscale: #AAAAAA. Windows color (decimal): -688437 or 13336309. OLE color: 13336309.
HSL color Cylindrical-coordinate representation of color #F57ECB: hue angle of 321.18º 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 #F57ECB is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 203 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.04 |
| HSL | 321.18º | 0.86% | 0.73% | - |
| HSV(B) | 321.18º | 0.49% | 0.96% | - |
| XYZ | 55.9 | 38.65 | 61.01 | - |
| YUV | 170.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 203 | 0 | 0.49 | 0.17 | 0.04 | 321.18 | 0.86 | 0.73 |
| Hex | F5 | 7E | CB | 0 | 31 | 11 | 4 | 141 | 56 | 49 |
| Octal | 365 | 176 | 313 | 0 | 61 | 21 | 4 | 501 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11001011 | 0 | 110001 | 10001 | 100 | 101000001 | 1010110 | 1001001 |
Color Harmonies of #F57ECB
Complementary color
Monochromatic Colors of #F57ECB
Black with #F57ECB
Text Example
Text Example
White with #F57ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ECB; }
p { color: rgb(245,126,203); }
H1.HeaderClassName
{
color: #F57ECB;
}
.AnyTagClassName
{
color: #F57ECB;
}
</style>
background-color css
<style>
a { background-color: #F57ECB; }
a { background-color: rgb(245,126,203); }
div.DivClassName
{
background-color: #F57ECB;
}
.BgClassName
{
background-color: #F57ECB;
}
</style>
border-color css
<style>
span { border-color: #F57ECB; }
span { border-color: rgb(245,126,203); }
td.TdClassName
{
border-color: #F57ECB;
}
.TagClassName
{
border-color: #F57ECB;
}
</style>