Shades of Tea Rose #F58BC9
Tints of Tea Rose #F58BC9
RGB
CMYK
RGB Variations
Color information
#F58BC9 (or 0xF58BC9) is known color: Tea Rose. HEX triplet: F5, 8B and C9. RGB value is (245,139,201). Sum of RGB (Red+Green+Blue) = 245+139+201=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BC9 is #0A7436. Grayscale: #B1B1B1. Windows color (decimal): -685111 or 13208565. OLE color: 13208565.
HSL color Cylindrical-coordinate representation of color #F58BC9: hue angle of 324.91º 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 #F58BC9 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 201 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.04 |
| HSL | 324.91º | 0.84% | 0.75% | - |
| HSV(B) | 324.91º | 0.43% | 0.96% | - |
| XYZ | 57.43 | 42.09 | 60.36 | - |
| YUV | 177.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 201 | 0 | 0.43 | 0.18 | 0.04 | 324.91 | 0.84 | 0.75 |
| Hex | F5 | 8B | C9 | 0 | 2B | 12 | 4 | 145 | 54 | 4B |
| Octal | 365 | 213 | 311 | 0 | 53 | 22 | 4 | 505 | 124 | 113 |
| Binary | 11110101 | 10001011 | 11001001 | 0 | 101011 | 10010 | 100 | 101000101 | 1010100 | 1001011 |
Color Harmonies of #F58BC9
Complementary color
Monochromatic Colors of #F58BC9
Black with #F58BC9
Text Example
Text Example
White with #F58BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BC9; }
p { color: rgb(245,139,201); }
H1.HeaderClassName
{
color: #F58BC9;
}
.AnyTagClassName
{
color: #F58BC9;
}
</style>
background-color css
<style>
a { background-color: #F58BC9; }
a { background-color: rgb(245,139,201); }
div.DivClassName
{
background-color: #F58BC9;
}
.BgClassName
{
background-color: #F58BC9;
}
</style>
border-color css
<style>
span { border-color: #F58BC9; }
span { border-color: rgb(245,139,201); }
td.TdClassName
{
border-color: #F58BC9;
}
.TagClassName
{
border-color: #F58BC9;
}
</style>