Shades of Tea Rose #F685C9
Tints of Tea Rose #F685C9
RGB
CMYK
RGB Variations
Color information
#F685C9 (or 0xF685C9) is known color: Tea Rose. HEX triplet: F6, 85 and C9. RGB value is (246,133,201). Sum of RGB (Red+Green+Blue) = 246+133+201=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F685C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685C9 is #097A36. Grayscale: #AEAEAE. Windows color (decimal): -621111 or 13207030. OLE color: 13207030.
HSL color Cylindrical-coordinate representation of color #F685C9: hue angle of 323.89º 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 #F685C9 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 201 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.04 |
| HSL | 323.89º | 0.86% | 0.74% | - |
| HSV(B) | 323.89º | 0.46% | 0.96% | - |
| XYZ | 56.94 | 40.58 | 60.09 | - |
| YUV | 174.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 201 | 0 | 0.46 | 0.18 | 0.04 | 323.89 | 0.86 | 0.74 |
| Hex | F6 | 85 | C9 | 0 | 2E | 12 | 4 | 144 | 56 | 4A |
| Octal | 366 | 205 | 311 | 0 | 56 | 22 | 4 | 504 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11001001 | 0 | 101110 | 10010 | 100 | 101000100 | 1010110 | 1001010 |
Color Harmonies of #F685C9
Complementary color
Monochromatic Colors of #F685C9
Black with #F685C9
Text Example
Text Example
White with #F685C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685C9; }
p { color: rgb(246,133,201); }
H1.HeaderClassName
{
color: #F685C9;
}
.AnyTagClassName
{
color: #F685C9;
}
</style>
background-color css
<style>
a { background-color: #F685C9; }
a { background-color: rgb(246,133,201); }
div.DivClassName
{
background-color: #F685C9;
}
.BgClassName
{
background-color: #F685C9;
}
</style>
border-color css
<style>
span { border-color: #F685C9; }
span { border-color: rgb(246,133,201); }
td.TdClassName
{
border-color: #F685C9;
}
.TagClassName
{
border-color: #F685C9;
}
</style>