Shades of Tea Rose #F58EBA
Tints of Tea Rose #F58EBA
RGB
CMYK
RGB Variations
Color information
#F58EBA (or 0xF58EBA) is known color: Tea Rose. HEX triplet: F5, 8E and BA. RGB value is (245,142,186). Sum of RGB (Red+Green+Blue) = 245+142+186=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EBA is #0A7145. Grayscale: #B1B1B1. Windows color (decimal): -684358 or 12226293. OLE color: 12226293.
HSL color Cylindrical-coordinate representation of color #F58EBA: hue angle of 334.37º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58EBA is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 186 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.04 |
| HSL | 334.37º | 0.84% | 0.76% | - |
| HSV(B) | 334.37º | 0.42% | 0.96% | - |
| XYZ | 56.19 | 42.3 | 51.66 | - |
| YUV | 177.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 186 | 0 | 0.42 | 0.24 | 0.04 | 334.37 | 0.84 | 0.76 |
| Hex | F5 | 8E | BA | 0 | 2A | 18 | 4 | 14E | 54 | 4C |
| Octal | 365 | 216 | 272 | 0 | 52 | 30 | 4 | 516 | 124 | 114 |
| Binary | 11110101 | 10001110 | 10111010 | 0 | 101010 | 11000 | 100 | 101001110 | 1010100 | 1001100 |
Color Harmonies of #F58EBA
Complementary color
Monochromatic Colors of #F58EBA
Black with #F58EBA
Text Example
Text Example
White with #F58EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EBA; }
p { color: rgb(245,142,186); }
H1.HeaderClassName
{
color: #F58EBA;
}
.AnyTagClassName
{
color: #F58EBA;
}
</style>
background-color css
<style>
a { background-color: #F58EBA; }
a { background-color: rgb(245,142,186); }
div.DivClassName
{
background-color: #F58EBA;
}
.BgClassName
{
background-color: #F58EBA;
}
</style>
border-color css
<style>
span { border-color: #F58EBA; }
span { border-color: rgb(245,142,186); }
td.TdClassName
{
border-color: #F58EBA;
}
.TagClassName
{
border-color: #F58EBA;
}
</style>