Shades of Tea Rose #F58CCA
Tints of Tea Rose #F58CCA
RGB
CMYK
RGB Variations
Color information
#F58CCA (or 0xF58CCA) is known color: Tea Rose. HEX triplet: F5, 8C and CA. RGB value is (245,140,202). Sum of RGB (Red+Green+Blue) = 245+140+202=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CCA is #0A7335. Grayscale: #B2B2B2. Windows color (decimal): -684854 or 13274357. OLE color: 13274357.
HSL color Cylindrical-coordinate representation of color #F58CCA: hue angle of 324.57º 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 #F58CCA is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 202 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.04 |
| HSL | 324.57º | 0.84% | 0.75% | - |
| HSV(B) | 324.57º | 0.43% | 0.96% | - |
| XYZ | 57.69 | 42.43 | 61.03 | - |
| YUV | 178.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 202 | 0 | 0.43 | 0.18 | 0.04 | 324.57 | 0.84 | 0.75 |
| Hex | F5 | 8C | CA | 0 | 2B | 12 | 4 | 145 | 54 | 4B |
| Octal | 365 | 214 | 312 | 0 | 53 | 22 | 4 | 505 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11001010 | 0 | 101011 | 10010 | 100 | 101000101 | 1010100 | 1001011 |
Color Harmonies of #F58CCA
Complementary color
Monochromatic Colors of #F58CCA
Black with #F58CCA
Text Example
Text Example
White with #F58CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CCA; }
p { color: rgb(245,140,202); }
H1.HeaderClassName
{
color: #F58CCA;
}
.AnyTagClassName
{
color: #F58CCA;
}
</style>
background-color css
<style>
a { background-color: #F58CCA; }
a { background-color: rgb(245,140,202); }
div.DivClassName
{
background-color: #F58CCA;
}
.BgClassName
{
background-color: #F58CCA;
}
</style>
border-color css
<style>
span { border-color: #F58CCA; }
span { border-color: rgb(245,140,202); }
td.TdClassName
{
border-color: #F58CCA;
}
.TagClassName
{
border-color: #F58CCA;
}
</style>