Shades of Tea Rose #F58BCA
Tints of Tea Rose #F58BCA
RGB
CMYK
RGB Variations
Color information
#F58BCA (or 0xF58BCA) is known color: Tea Rose. HEX triplet: F5, 8B and CA. RGB value is (245,139,202). Sum of RGB (Red+Green+Blue) = 245+139+202=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BCA is #0A7435. Grayscale: #B1B1B1. Windows color (decimal): -685110 or 13274101. OLE color: 13274101.
HSL color Cylindrical-coordinate representation of color #F58BCA: hue angle of 324.34º 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 #F58BCA is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 202 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.04 |
| HSL | 324.34º | 0.84% | 0.75% | - |
| HSV(B) | 324.34º | 0.43% | 0.96% | - |
| XYZ | 57.55 | 42.14 | 60.98 | - |
| YUV | 177.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 202 | 0 | 0.43 | 0.18 | 0.04 | 324.34 | 0.84 | 0.75 |
| Hex | F5 | 8B | CA | 0 | 2B | 12 | 4 | 144 | 54 | 4B |
| Octal | 365 | 213 | 312 | 0 | 53 | 22 | 4 | 504 | 124 | 113 |
| Binary | 11110101 | 10001011 | 11001010 | 0 | 101011 | 10010 | 100 | 101000100 | 1010100 | 1001011 |
Color Harmonies of #F58BCA
Complementary color
Monochromatic Colors of #F58BCA
Black with #F58BCA
Text Example
Text Example
White with #F58BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BCA; }
p { color: rgb(245,139,202); }
H1.HeaderClassName
{
color: #F58BCA;
}
.AnyTagClassName
{
color: #F58BCA;
}
</style>
background-color css
<style>
a { background-color: #F58BCA; }
a { background-color: rgb(245,139,202); }
div.DivClassName
{
background-color: #F58BCA;
}
.BgClassName
{
background-color: #F58BCA;
}
</style>
border-color css
<style>
span { border-color: #F58BCA; }
span { border-color: rgb(245,139,202); }
td.TdClassName
{
border-color: #F58BCA;
}
.TagClassName
{
border-color: #F58BCA;
}
</style>