Shades of Tea Rose #F58CBA
Tints of Tea Rose #F58CBA
RGB
CMYK
RGB Variations
Color information
#F58CBA (or 0xF58CBA) is known color: Tea Rose. HEX triplet: F5, 8C and BA. RGB value is (245,140,186). Sum of RGB (Red+Green+Blue) = 245+140+186=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CBA is #0A7345. Grayscale: #B0B0B0. Windows color (decimal): -684870 or 12225781. OLE color: 12225781.
HSL color Cylindrical-coordinate representation of color #F58CBA: hue angle of 333.71º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58CBA is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 186 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.04 |
| HSL | 333.71º | 0.84% | 0.75% | - |
| HSV(B) | 333.71º | 0.43% | 0.96% | - |
| XYZ | 55.9 | 41.71 | 51.56 | - |
| YUV | 176.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 186 | 0 | 0.43 | 0.24 | 0.04 | 333.71 | 0.84 | 0.75 |
| Hex | F5 | 8C | BA | 0 | 2B | 18 | 4 | 14E | 54 | 4B |
| Octal | 365 | 214 | 272 | 0 | 53 | 30 | 4 | 516 | 124 | 113 |
| Binary | 11110101 | 10001100 | 10111010 | 0 | 101011 | 11000 | 100 | 101001110 | 1010100 | 1001011 |
Color Harmonies of #F58CBA
Complementary color
Monochromatic Colors of #F58CBA
Black with #F58CBA
Text Example
Text Example
White with #F58CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CBA; }
p { color: rgb(245,140,186); }
H1.HeaderClassName
{
color: #F58CBA;
}
.AnyTagClassName
{
color: #F58CBA;
}
</style>
background-color css
<style>
a { background-color: #F58CBA; }
a { background-color: rgb(245,140,186); }
div.DivClassName
{
background-color: #F58CBA;
}
.BgClassName
{
background-color: #F58CBA;
}
</style>
border-color css
<style>
span { border-color: #F58CBA; }
span { border-color: rgb(245,140,186); }
td.TdClassName
{
border-color: #F58CBA;
}
.TagClassName
{
border-color: #F58CBA;
}
</style>