Shades of Tea Rose #F686CA
Tints of Tea Rose #F686CA
RGB
CMYK
RGB Variations
Color information
#F686CA (or 0xF686CA) is known color: Tea Rose. HEX triplet: F6, 86 and CA. RGB value is (246,134,202). Sum of RGB (Red+Green+Blue) = 246+134+202=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F686CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686CA is #097935. Grayscale: #AFAFAF. Windows color (decimal): -620854 or 13272822. OLE color: 13272822.
HSL color Cylindrical-coordinate representation of color #F686CA: hue angle of 323.57º 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 #F686CA is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 202 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.04 |
| HSL | 323.57º | 0.86% | 0.75% | - |
| HSV(B) | 323.57º | 0.46% | 0.96% | - |
| XYZ | 57.19 | 40.91 | 60.76 | - |
| YUV | 175.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 202 | 0 | 0.46 | 0.18 | 0.04 | 323.57 | 0.86 | 0.75 |
| Hex | F6 | 86 | CA | 0 | 2E | 12 | 4 | 144 | 56 | 4B |
| Octal | 366 | 206 | 312 | 0 | 56 | 22 | 4 | 504 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11001010 | 0 | 101110 | 10010 | 100 | 101000100 | 1010110 | 1001011 |
Color Harmonies of #F686CA
Complementary color
Monochromatic Colors of #F686CA
Black with #F686CA
Text Example
Text Example
White with #F686CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686CA; }
p { color: rgb(246,134,202); }
H1.HeaderClassName
{
color: #F686CA;
}
.AnyTagClassName
{
color: #F686CA;
}
</style>
background-color css
<style>
a { background-color: #F686CA; }
a { background-color: rgb(246,134,202); }
div.DivClassName
{
background-color: #F686CA;
}
.BgClassName
{
background-color: #F686CA;
}
</style>
border-color css
<style>
span { border-color: #F686CA; }
span { border-color: rgb(246,134,202); }
td.TdClassName
{
border-color: #F686CA;
}
.TagClassName
{
border-color: #F686CA;
}
</style>