Shades of Tea Rose #F58CCC
Tints of Tea Rose #F58CCC
RGB
CMYK
RGB Variations
Color information
#F58CCC (or 0xF58CCC) is known color: Tea Rose. HEX triplet: F5, 8C and CC. RGB value is (245,140,204). Sum of RGB (Red+Green+Blue) = 245+140+204=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CCC is #0A7333. Grayscale: #B2B2B2. Windows color (decimal): -684852 or 13405429. OLE color: 13405429.
HSL color Cylindrical-coordinate representation of color #F58CCC: hue angle of 323.43º 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 #F58CCC is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 204 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.04 |
| HSL | 323.43º | 0.84% | 0.75% | - |
| HSV(B) | 323.43º | 0.43% | 0.96% | - |
| XYZ | 57.93 | 42.53 | 62.28 | - |
| YUV | 178.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 204 | 0 | 0.43 | 0.17 | 0.04 | 323.43 | 0.84 | 0.75 |
| Hex | F5 | 8C | CC | 0 | 2B | 11 | 4 | 143 | 54 | 4B |
| Octal | 365 | 214 | 314 | 0 | 53 | 21 | 4 | 503 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11001100 | 0 | 101011 | 10001 | 100 | 101000011 | 1010100 | 1001011 |
Color Harmonies of #F58CCC
Complementary color
Monochromatic Colors of #F58CCC
Black with #F58CCC
Text Example
Text Example
White with #F58CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CCC; }
p { color: rgb(245,140,204); }
H1.HeaderClassName
{
color: #F58CCC;
}
.AnyTagClassName
{
color: #F58CCC;
}
</style>
background-color css
<style>
a { background-color: #F58CCC; }
a { background-color: rgb(245,140,204); }
div.DivClassName
{
background-color: #F58CCC;
}
.BgClassName
{
background-color: #F58CCC;
}
</style>
border-color css
<style>
span { border-color: #F58CCC; }
span { border-color: rgb(245,140,204); }
td.TdClassName
{
border-color: #F58CCC;
}
.TagClassName
{
border-color: #F58CCC;
}
</style>