Shades of Tea Rose #F68BBC
Tints of Tea Rose #F68BBC
RGB
CMYK
RGB Variations
Color information
#F68BBC (or 0xF68BBC) is known color: Tea Rose. HEX triplet: F6, 8B and BC. RGB value is (246,139,188). Sum of RGB (Red+Green+Blue) = 246+139+188=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BBC is #097443. Grayscale: #B0B0B0. Windows color (decimal): -619588 or 12356598. OLE color: 12356598.
HSL color Cylindrical-coordinate representation of color #F68BBC: hue angle of 332.52º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BBC is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 188 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.04 |
| HSL | 332.52º | 0.86% | 0.75% | - |
| HSV(B) | 332.52º | 0.43% | 0.96% | - |
| XYZ | 56.32 | 41.69 | 52.66 | - |
| YUV | 176.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 188 | 0 | 0.43 | 0.24 | 0.04 | 332.52 | 0.86 | 0.75 |
| Hex | F6 | 8B | BC | 0 | 2B | 18 | 4 | 14D | 56 | 4B |
| Octal | 366 | 213 | 274 | 0 | 53 | 30 | 4 | 515 | 126 | 113 |
| Binary | 11110110 | 10001011 | 10111100 | 0 | 101011 | 11000 | 100 | 101001101 | 1010110 | 1001011 |
Color Harmonies of #F68BBC
Complementary color
Monochromatic Colors of #F68BBC
Black with #F68BBC
Text Example
Text Example
White with #F68BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BBC; }
p { color: rgb(246,139,188); }
H1.HeaderClassName
{
color: #F68BBC;
}
.AnyTagClassName
{
color: #F68BBC;
}
</style>
background-color css
<style>
a { background-color: #F68BBC; }
a { background-color: rgb(246,139,188); }
div.DivClassName
{
background-color: #F68BBC;
}
.BgClassName
{
background-color: #F68BBC;
}
</style>
border-color css
<style>
span { border-color: #F68BBC; }
span { border-color: rgb(246,139,188); }
td.TdClassName
{
border-color: #F68BBC;
}
.TagClassName
{
border-color: #F68BBC;
}
</style>