Shades of Tea Rose #F685CC
Tints of Tea Rose #F685CC
RGB
CMYK
RGB Variations
Color information
#F685CC (or 0xF685CC) is known color: Tea Rose. HEX triplet: F6, 85 and CC. RGB value is (246,133,204). Sum of RGB (Red+Green+Blue) = 246+133+204=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F685CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685CC is #097A33. Grayscale: #AEAEAE. Windows color (decimal): -621108 or 13403638. OLE color: 13403638.
HSL color Cylindrical-coordinate representation of color #F685CC: hue angle of 322.3º 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 #F685CC is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 204 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.04 |
| HSL | 322.3º | 0.86% | 0.74% | - |
| HSV(B) | 322.3º | 0.46% | 0.96% | - |
| XYZ | 57.29 | 40.73 | 61.97 | - |
| YUV | 174.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 204 | 0 | 0.46 | 0.17 | 0.04 | 322.3 | 0.86 | 0.74 |
| Hex | F6 | 85 | CC | 0 | 2E | 11 | 4 | 142 | 56 | 4A |
| Octal | 366 | 205 | 314 | 0 | 56 | 21 | 4 | 502 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11001100 | 0 | 101110 | 10001 | 100 | 101000010 | 1010110 | 1001010 |
Color Harmonies of #F685CC
Complementary color
Monochromatic Colors of #F685CC
Black with #F685CC
Text Example
Text Example
White with #F685CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685CC; }
p { color: rgb(246,133,204); }
H1.HeaderClassName
{
color: #F685CC;
}
.AnyTagClassName
{
color: #F685CC;
}
</style>
background-color css
<style>
a { background-color: #F685CC; }
a { background-color: rgb(246,133,204); }
div.DivClassName
{
background-color: #F685CC;
}
.BgClassName
{
background-color: #F685CC;
}
</style>
border-color css
<style>
span { border-color: #F685CC; }
span { border-color: rgb(246,133,204); }
td.TdClassName
{
border-color: #F685CC;
}
.TagClassName
{
border-color: #F685CC;
}
</style>