Shades of Tea Rose #F68CBF
Tints of Tea Rose #F68CBF
RGB
CMYK
RGB Variations
Color information
#F68CBF (or 0xF68CBF) is known color: Tea Rose. HEX triplet: F6, 8C and BF. RGB value is (246,140,191). Sum of RGB (Red+Green+Blue) = 246+140+191=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CBF is #097340. Grayscale: #B1B1B1. Windows color (decimal): -619329 or 12553462. OLE color: 12553462.
HSL color Cylindrical-coordinate representation of color #F68CBF: hue angle of 331.13º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68CBF is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 191 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.04 |
| HSL | 331.13º | 0.85% | 0.76% | - |
| HSV(B) | 331.13º | 0.43% | 0.96% | - |
| XYZ | 56.79 | 42.11 | 54.43 | - |
| YUV | 177.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 191 | 0 | 0.43 | 0.22 | 0.04 | 331.13 | 0.85 | 0.76 |
| Hex | F6 | 8C | BF | 0 | 2B | 16 | 4 | 14B | 55 | 4C |
| Octal | 366 | 214 | 277 | 0 | 53 | 26 | 4 | 513 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10111111 | 0 | 101011 | 10110 | 100 | 101001011 | 1010101 | 1001100 |
Color Harmonies of #F68CBF
Complementary color
Monochromatic Colors of #F68CBF
Black with #F68CBF
Text Example
Text Example
White with #F68CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CBF; }
p { color: rgb(246,140,191); }
H1.HeaderClassName
{
color: #F68CBF;
}
.AnyTagClassName
{
color: #F68CBF;
}
</style>
background-color css
<style>
a { background-color: #F68CBF; }
a { background-color: rgb(246,140,191); }
div.DivClassName
{
background-color: #F68CBF;
}
.BgClassName
{
background-color: #F68CBF;
}
</style>
border-color css
<style>
span { border-color: #F68CBF; }
span { border-color: rgb(246,140,191); }
td.TdClassName
{
border-color: #F68CBF;
}
.TagClassName
{
border-color: #F68CBF;
}
</style>