Shades of Tea Rose #F58BBE
Tints of Tea Rose #F58BBE
RGB
CMYK
RGB Variations
Color information
#F58BBE (or 0xF58BBE) is known color: Tea Rose. HEX triplet: F5, 8B and BE. RGB value is (245,139,190). Sum of RGB (Red+Green+Blue) = 245+139+190=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BBE is #0A7441. Grayscale: #B0B0B0. Windows color (decimal): -685122 or 12487669. OLE color: 12487669.
HSL color Cylindrical-coordinate representation of color #F58BBE: hue angle of 331.13º 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 #F58BBE is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 190 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.04 |
| HSL | 331.13º | 0.84% | 0.75% | - |
| HSV(B) | 331.13º | 0.43% | 0.96% | - |
| XYZ | 56.18 | 41.6 | 53.78 | - |
| YUV | 176.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 190 | 0 | 0.43 | 0.22 | 0.04 | 331.13 | 0.84 | 0.75 |
| Hex | F5 | 8B | BE | 0 | 2B | 16 | 4 | 14B | 54 | 4B |
| Octal | 365 | 213 | 276 | 0 | 53 | 26 | 4 | 513 | 124 | 113 |
| Binary | 11110101 | 10001011 | 10111110 | 0 | 101011 | 10110 | 100 | 101001011 | 1010100 | 1001011 |
Color Harmonies of #F58BBE
Complementary color
Monochromatic Colors of #F58BBE
Black with #F58BBE
Text Example
Text Example
White with #F58BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BBE; }
p { color: rgb(245,139,190); }
H1.HeaderClassName
{
color: #F58BBE;
}
.AnyTagClassName
{
color: #F58BBE;
}
</style>
background-color css
<style>
a { background-color: #F58BBE; }
a { background-color: rgb(245,139,190); }
div.DivClassName
{
background-color: #F58BBE;
}
.BgClassName
{
background-color: #F58BBE;
}
</style>
border-color css
<style>
span { border-color: #F58BBE; }
span { border-color: rgb(245,139,190); }
td.TdClassName
{
border-color: #F58BBE;
}
.TagClassName
{
border-color: #F58BBE;
}
</style>