Shades of Tea Rose #F685BE
Tints of Tea Rose #F685BE
RGB
CMYK
RGB Variations
Color information
#F685BE (or 0xF685BE) is known color: Tea Rose. HEX triplet: F6, 85 and BE. RGB value is (246,133,190). Sum of RGB (Red+Green+Blue) = 246+133+190=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F685BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685BE is #097A41. Grayscale: #ADADAD. Windows color (decimal): -621122 or 12486134. OLE color: 12486134.
HSL color Cylindrical-coordinate representation of color #F685BE: hue angle of 329.73º 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 #F685BE is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 190 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.04 |
| HSL | 329.73º | 0.86% | 0.74% | - |
| HSV(B) | 329.73º | 0.46% | 0.96% | - |
| XYZ | 55.69 | 40.09 | 53.52 | - |
| YUV | 173.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 190 | 0 | 0.46 | 0.23 | 0.04 | 329.73 | 0.86 | 0.74 |
| Hex | F6 | 85 | BE | 0 | 2E | 17 | 4 | 14A | 56 | 4A |
| Octal | 366 | 205 | 276 | 0 | 56 | 27 | 4 | 512 | 126 | 112 |
| Binary | 11110110 | 10000101 | 10111110 | 0 | 101110 | 10111 | 100 | 101001010 | 1010110 | 1001010 |
Color Harmonies of #F685BE
Complementary color
Monochromatic Colors of #F685BE
Black with #F685BE
Text Example
Text Example
White with #F685BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685BE; }
p { color: rgb(246,133,190); }
H1.HeaderClassName
{
color: #F685BE;
}
.AnyTagClassName
{
color: #F685BE;
}
</style>
background-color css
<style>
a { background-color: #F685BE; }
a { background-color: rgb(246,133,190); }
div.DivClassName
{
background-color: #F685BE;
}
.BgClassName
{
background-color: #F685BE;
}
</style>
border-color css
<style>
span { border-color: #F685BE; }
span { border-color: rgb(246,133,190); }
td.TdClassName
{
border-color: #F685BE;
}
.TagClassName
{
border-color: #F685BE;
}
</style>