Shades of Tea Rose #F58CBC
Tints of Tea Rose #F58CBC
RGB
CMYK
RGB Variations
Color information
#F58CBC (or 0xF58CBC) is known color: Tea Rose. HEX triplet: F5, 8C and BC. RGB value is (245,140,188). Sum of RGB (Red+Green+Blue) = 245+140+188=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CBC is #0A7343. Grayscale: #B0B0B0. Windows color (decimal): -684868 or 12356853. OLE color: 12356853.
HSL color Cylindrical-coordinate representation of color #F58CBC: hue angle of 332.57º 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 #F58CBC is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 188 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.04 |
| HSL | 332.57º | 0.84% | 0.75% | - |
| HSV(B) | 332.57º | 0.43% | 0.96% | - |
| XYZ | 56.11 | 41.8 | 52.69 | - |
| YUV | 176.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 188 | 0 | 0.43 | 0.23 | 0.04 | 332.57 | 0.84 | 0.75 |
| Hex | F5 | 8C | BC | 0 | 2B | 17 | 4 | 14D | 54 | 4B |
| Octal | 365 | 214 | 274 | 0 | 53 | 27 | 4 | 515 | 124 | 113 |
| Binary | 11110101 | 10001100 | 10111100 | 0 | 101011 | 10111 | 100 | 101001101 | 1010100 | 1001011 |
Color Harmonies of #F58CBC
Complementary color
Monochromatic Colors of #F58CBC
Black with #F58CBC
Text Example
Text Example
White with #F58CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CBC; }
p { color: rgb(245,140,188); }
H1.HeaderClassName
{
color: #F58CBC;
}
.AnyTagClassName
{
color: #F58CBC;
}
</style>
background-color css
<style>
a { background-color: #F58CBC; }
a { background-color: rgb(245,140,188); }
div.DivClassName
{
background-color: #F58CBC;
}
.BgClassName
{
background-color: #F58CBC;
}
</style>
border-color css
<style>
span { border-color: #F58CBC; }
span { border-color: rgb(245,140,188); }
td.TdClassName
{
border-color: #F58CBC;
}
.TagClassName
{
border-color: #F58CBC;
}
</style>