Shades of Tea Rose #F58CC6
Tints of Tea Rose #F58CC6
RGB
CMYK
RGB Variations
Color information
#F58CC6 (or 0xF58CC6) is known color: Tea Rose. HEX triplet: F5, 8C and C6. RGB value is (245,140,198). Sum of RGB (Red+Green+Blue) = 245+140+198=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CC6 is #0A7339. Grayscale: #B1B1B1. Windows color (decimal): -684858 or 13012213. OLE color: 13012213.
HSL color Cylindrical-coordinate representation of color #F58CC6: hue angle of 326.86º 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 #F58CC6 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 198 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.04 |
| HSL | 326.86º | 0.84% | 0.75% | - |
| HSV(B) | 326.86º | 0.43% | 0.96% | - |
| XYZ | 57.23 | 42.25 | 58.56 | - |
| YUV | 178.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 198 | 0 | 0.43 | 0.19 | 0.04 | 326.86 | 0.84 | 0.75 |
| Hex | F5 | 8C | C6 | 0 | 2B | 13 | 4 | 147 | 54 | 4B |
| Octal | 365 | 214 | 306 | 0 | 53 | 23 | 4 | 507 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11000110 | 0 | 101011 | 10011 | 100 | 101000111 | 1010100 | 1001011 |
Color Harmonies of #F58CC6
Complementary color
Monochromatic Colors of #F58CC6
Black with #F58CC6
Text Example
Text Example
White with #F58CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CC6; }
p { color: rgb(245,140,198); }
H1.HeaderClassName
{
color: #F58CC6;
}
.AnyTagClassName
{
color: #F58CC6;
}
</style>
background-color css
<style>
a { background-color: #F58CC6; }
a { background-color: rgb(245,140,198); }
div.DivClassName
{
background-color: #F58CC6;
}
.BgClassName
{
background-color: #F58CC6;
}
</style>
border-color css
<style>
span { border-color: #F58CC6; }
span { border-color: rgb(245,140,198); }
td.TdClassName
{
border-color: #F58CC6;
}
.TagClassName
{
border-color: #F58CC6;
}
</style>