Shades of Tea Rose #F085C6
Tints of Tea Rose #F085C6
RGB
CMYK
RGB Variations
Color information
#F085C6 (or 0xF085C6) is known color: Tea Rose. HEX triplet: F0, 85 and C6. RGB value is (240,133,198). Sum of RGB (Red+Green+Blue) = 240+133+198=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F085C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085C6 is #0F7A39. Grayscale: #ACACAC. Windows color (decimal): -1014330 or 13010416. OLE color: 13010416.
HSL color Cylindrical-coordinate representation of color #F085C6: hue angle of 323.55º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085C6 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 198 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.06 |
| HSL | 323.55º | 0.78% | 0.73% | - |
| HSV(B) | 323.55º | 0.45% | 0.94% | - |
| XYZ | 54.52 | 39.38 | 58.15 | - |
| YUV | 172.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 198 | 0 | 0.45 | 0.18 | 0.06 | 323.55 | 0.78 | 0.73 |
| Hex | F0 | 85 | C6 | 0 | 2D | 12 | 6 | 144 | 4E | 49 |
| Octal | 360 | 205 | 306 | 0 | 55 | 22 | 6 | 504 | 116 | 111 |
| Binary | 11110000 | 10000101 | 11000110 | 0 | 101101 | 10010 | 110 | 101000100 | 1001110 | 1001001 |
Color Harmonies of #F085C6
Complementary color
Monochromatic Colors of #F085C6
Black with #F085C6
Text Example
Text Example
White with #F085C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085C6; }
p { color: rgb(240,133,198); }
H1.HeaderClassName
{
color: #F085C6;
}
.AnyTagClassName
{
color: #F085C6;
}
</style>
background-color css
<style>
a { background-color: #F085C6; }
a { background-color: rgb(240,133,198); }
div.DivClassName
{
background-color: #F085C6;
}
.BgClassName
{
background-color: #F085C6;
}
</style>
border-color css
<style>
span { border-color: #F085C6; }
span { border-color: rgb(240,133,198); }
td.TdClassName
{
border-color: #F085C6;
}
.TagClassName
{
border-color: #F085C6;
}
</style>