Shades of Tea Rose #F685C0
Tints of Tea Rose #F685C0
RGB
CMYK
RGB Variations
Color information
#F685C0 (or 0xF685C0) is known color: Tea Rose. HEX triplet: F6, 85 and C0. RGB value is (246,133,192). Sum of RGB (Red+Green+Blue) = 246+133+192=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F685C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685C0 is #097A3F. Grayscale: #ADADAD. Windows color (decimal): -621120 or 12617206. OLE color: 12617206.
HSL color Cylindrical-coordinate representation of color #F685C0: hue angle of 328.67º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F685C0 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 192 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.04 |
| HSL | 328.67º | 0.86% | 0.74% | - |
| HSV(B) | 328.67º | 0.46% | 0.96% | - |
| XYZ | 55.91 | 40.17 | 54.68 | - |
| YUV | 173.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 192 | 0 | 0.46 | 0.22 | 0.04 | 328.67 | 0.86 | 0.74 |
| Hex | F6 | 85 | C0 | 0 | 2E | 16 | 4 | 149 | 56 | 4A |
| Octal | 366 | 205 | 300 | 0 | 56 | 26 | 4 | 511 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11000000 | 0 | 101110 | 10110 | 100 | 101001001 | 1010110 | 1001010 |
Color Harmonies of #F685C0
Complementary color
Monochromatic Colors of #F685C0
Black with #F685C0
Text Example
Text Example
White with #F685C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685C0; }
p { color: rgb(246,133,192); }
H1.HeaderClassName
{
color: #F685C0;
}
.AnyTagClassName
{
color: #F685C0;
}
</style>
background-color css
<style>
a { background-color: #F685C0; }
a { background-color: rgb(246,133,192); }
div.DivClassName
{
background-color: #F685C0;
}
.BgClassName
{
background-color: #F685C0;
}
</style>
border-color css
<style>
span { border-color: #F685C0; }
span { border-color: rgb(246,133,192); }
td.TdClassName
{
border-color: #F685C0;
}
.TagClassName
{
border-color: #F685C0;
}
</style>