Shades of Tea Rose #F58BBD
Tints of Tea Rose #F58BBD
RGB
CMYK
RGB Variations
Color information
#F58BBD (or 0xF58BBD) is known color: Tea Rose. HEX triplet: F5, 8B and BD. RGB value is (245,139,189). Sum of RGB (Red+Green+Blue) = 245+139+189=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BBD is #0A7442. Grayscale: #B0B0B0. Windows color (decimal): -685123 or 12422133. OLE color: 12422133.
HSL color Cylindrical-coordinate representation of color #F58BBD: hue angle of 331.7º 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 #F58BBD is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 189 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.04 |
| HSL | 331.7º | 0.84% | 0.75% | - |
| HSV(B) | 331.7º | 0.43% | 0.96% | - |
| XYZ | 56.07 | 41.55 | 53.21 | - |
| YUV | 176.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 189 | 0 | 0.43 | 0.23 | 0.04 | 331.7 | 0.84 | 0.75 |
| Hex | F5 | 8B | BD | 0 | 2B | 17 | 4 | 14C | 54 | 4B |
| Octal | 365 | 213 | 275 | 0 | 53 | 27 | 4 | 514 | 124 | 113 |
| Binary | 11110101 | 10001011 | 10111101 | 0 | 101011 | 10111 | 100 | 101001100 | 1010100 | 1001011 |
Color Harmonies of #F58BBD
Complementary color
Monochromatic Colors of #F58BBD
Black with #F58BBD
Text Example
Text Example
White with #F58BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BBD; }
p { color: rgb(245,139,189); }
H1.HeaderClassName
{
color: #F58BBD;
}
.AnyTagClassName
{
color: #F58BBD;
}
</style>
background-color css
<style>
a { background-color: #F58BBD; }
a { background-color: rgb(245,139,189); }
div.DivClassName
{
background-color: #F58BBD;
}
.BgClassName
{
background-color: #F58BBD;
}
</style>
border-color css
<style>
span { border-color: #F58BBD; }
span { border-color: rgb(245,139,189); }
td.TdClassName
{
border-color: #F58BBD;
}
.TagClassName
{
border-color: #F58BBD;
}
</style>