Shades of Tea Rose #F085C0
Tints of Tea Rose #F085C0
RGB
CMYK
RGB Variations
Color information
#F085C0 (or 0xF085C0) is known color: Tea Rose. HEX triplet: F0, 85 and C0. RGB value is (240,133,192). Sum of RGB (Red+Green+Blue) = 240+133+192=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F085C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085C0 is #0F7A3F. Grayscale: #ABABAB. Windows color (decimal): -1014336 or 12617200. OLE color: 12617200.
HSL color Cylindrical-coordinate representation of color #F085C0: hue angle of 326.92º 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 #F085C0 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 192 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.06 |
| HSL | 326.92º | 0.78% | 0.73% | - |
| HSV(B) | 326.92º | 0.45% | 0.94% | - |
| XYZ | 53.84 | 39.11 | 54.58 | - |
| YUV | 171.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 192 | 0 | 0.45 | 0.20 | 0.06 | 326.92 | 0.78 | 0.73 |
| Hex | F0 | 85 | C0 | 0 | 2D | 14 | 6 | 147 | 4E | 49 |
| Octal | 360 | 205 | 300 | 0 | 55 | 24 | 6 | 507 | 116 | 111 |
| Binary | 11110000 | 10000101 | 11000000 | 0 | 101101 | 10100 | 110 | 101000111 | 1001110 | 1001001 |
Color Harmonies of #F085C0
Complementary color
Monochromatic Colors of #F085C0
Black with #F085C0
Text Example
Text Example
White with #F085C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085C0; }
p { color: rgb(240,133,192); }
H1.HeaderClassName
{
color: #F085C0;
}
.AnyTagClassName
{
color: #F085C0;
}
</style>
background-color css
<style>
a { background-color: #F085C0; }
a { background-color: rgb(240,133,192); }
div.DivClassName
{
background-color: #F085C0;
}
.BgClassName
{
background-color: #F085C0;
}
</style>
border-color css
<style>
span { border-color: #F085C0; }
span { border-color: rgb(240,133,192); }
td.TdClassName
{
border-color: #F085C0;
}
.TagClassName
{
border-color: #F085C0;
}
</style>