Shades of Tea Rose #F686CF
Tints of Tea Rose #F686CF
RGB
CMYK
RGB Variations
Color information
#F686CF (or 0xF686CF) is known color: Tea Rose. HEX triplet: F6, 86 and CF. RGB value is (246,134,207). Sum of RGB (Red+Green+Blue) = 246+134+207=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F686CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686CF is #097930. Grayscale: #AFAFAF. Windows color (decimal): -620849 or 13600502. OLE color: 13600502.
HSL color Cylindrical-coordinate representation of color #F686CF: hue angle of 320.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686CF is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 207 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.04 |
| HSL | 320.89º | 0.86% | 0.75% | - |
| HSV(B) | 320.89º | 0.46% | 0.96% | - |
| XYZ | 57.79 | 41.15 | 63.93 | - |
| YUV | 175.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 207 | 0 | 0.46 | 0.16 | 0.04 | 320.89 | 0.86 | 0.75 |
| Hex | F6 | 86 | CF | 0 | 2E | 10 | 4 | 141 | 56 | 4B |
| Octal | 366 | 206 | 317 | 0 | 56 | 20 | 4 | 501 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11001111 | 0 | 101110 | 10000 | 100 | 101000001 | 1010110 | 1001011 |
Color Harmonies of #F686CF
Complementary color
Monochromatic Colors of #F686CF
Black with #F686CF
Text Example
Text Example
White with #F686CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686CF; }
p { color: rgb(246,134,207); }
H1.HeaderClassName
{
color: #F686CF;
}
.AnyTagClassName
{
color: #F686CF;
}
</style>
background-color css
<style>
a { background-color: #F686CF; }
a { background-color: rgb(246,134,207); }
div.DivClassName
{
background-color: #F686CF;
}
.BgClassName
{
background-color: #F686CF;
}
</style>
border-color css
<style>
span { border-color: #F686CF; }
span { border-color: rgb(246,134,207); }
td.TdClassName
{
border-color: #F686CF;
}
.TagClassName
{
border-color: #F686CF;
}
</style>