Shades of Tea Rose #F688CF
Tints of Tea Rose #F688CF
RGB
CMYK
RGB Variations
Color information
#F688CF (or 0xF688CF) is known color: Tea Rose. HEX triplet: F6, 88 and CF. RGB value is (246,136,207). Sum of RGB (Red+Green+Blue) = 246+136+207=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F688CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688CF is #097730. Grayscale: #B0B0B0. Windows color (decimal): -620337 or 13601014. OLE color: 13601014.
HSL color Cylindrical-coordinate representation of color #F688CF: hue angle of 321.27º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F688CF is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 207 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.04 |
| HSL | 321.27º | 0.86% | 0.75% | - |
| HSV(B) | 321.27º | 0.45% | 0.96% | - |
| XYZ | 58.07 | 41.71 | 64.02 | - |
| YUV | 176.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 207 | 0 | 0.45 | 0.16 | 0.04 | 321.27 | 0.86 | 0.75 |
| Hex | F6 | 88 | CF | 0 | 2D | 10 | 4 | 141 | 56 | 4B |
| Octal | 366 | 210 | 317 | 0 | 55 | 20 | 4 | 501 | 126 | 113 |
| Binary | 11110110 | 10001000 | 11001111 | 0 | 101101 | 10000 | 100 | 101000001 | 1010110 | 1001011 |
Color Harmonies of #F688CF
Complementary color
Monochromatic Colors of #F688CF
Black with #F688CF
Text Example
Text Example
White with #F688CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688CF; }
p { color: rgb(246,136,207); }
H1.HeaderClassName
{
color: #F688CF;
}
.AnyTagClassName
{
color: #F688CF;
}
</style>
background-color css
<style>
a { background-color: #F688CF; }
a { background-color: rgb(246,136,207); }
div.DivClassName
{
background-color: #F688CF;
}
.BgClassName
{
background-color: #F688CF;
}
</style>
border-color css
<style>
span { border-color: #F688CF; }
span { border-color: rgb(246,136,207); }
td.TdClassName
{
border-color: #F688CF;
}
.TagClassName
{
border-color: #F688CF;
}
</style>