Shades of Tea Rose #F58BBC
Tints of Tea Rose #F58BBC
RGB
CMYK
RGB Variations
Color information
#F58BBC (or 0xF58BBC) is known color: Tea Rose. HEX triplet: F5, 8B and BC. RGB value is (245,139,188). Sum of RGB (Red+Green+Blue) = 245+139+188=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BBC is #0A7443. Grayscale: #B0B0B0. Windows color (decimal): -685124 or 12356597. OLE color: 12356597.
HSL color Cylindrical-coordinate representation of color #F58BBC: hue angle of 332.26º 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 #F58BBC is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 188 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.04 |
| HSL | 332.26º | 0.84% | 0.75% | - |
| HSV(B) | 332.26º | 0.43% | 0.96% | - |
| XYZ | 55.97 | 41.51 | 52.64 | - |
| YUV | 176.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 188 | 0 | 0.43 | 0.23 | 0.04 | 332.26 | 0.84 | 0.75 |
| Hex | F5 | 8B | BC | 0 | 2B | 17 | 4 | 14C | 54 | 4B |
| Octal | 365 | 213 | 274 | 0 | 53 | 27 | 4 | 514 | 124 | 113 |
| Binary | 11110101 | 10001011 | 10111100 | 0 | 101011 | 10111 | 100 | 101001100 | 1010100 | 1001011 |
Color Harmonies of #F58BBC
Complementary color
Monochromatic Colors of #F58BBC
Black with #F58BBC
Text Example
Text Example
White with #F58BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BBC; }
p { color: rgb(245,139,188); }
H1.HeaderClassName
{
color: #F58BBC;
}
.AnyTagClassName
{
color: #F58BBC;
}
</style>
background-color css
<style>
a { background-color: #F58BBC; }
a { background-color: rgb(245,139,188); }
div.DivClassName
{
background-color: #F58BBC;
}
.BgClassName
{
background-color: #F58BBC;
}
</style>
border-color css
<style>
span { border-color: #F58BBC; }
span { border-color: rgb(245,139,188); }
td.TdClassName
{
border-color: #F58BBC;
}
.TagClassName
{
border-color: #F58BBC;
}
</style>