Shades of Tea Rose #F68CCC
Tints of Tea Rose #F68CCC
RGB
CMYK
RGB Variations
Color information
#F68CCC (or 0xF68CCC) is known color: Tea Rose. HEX triplet: F6, 8C and CC. RGB value is (246,140,204). Sum of RGB (Red+Green+Blue) = 246+140+204=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CCC is #097333. Grayscale: #B2B2B2. Windows color (decimal): -619316 or 13405430. OLE color: 13405430.
HSL color Cylindrical-coordinate representation of color #F68CCC: hue angle of 323.77º 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 #F68CCC is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 204 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.04 |
| HSL | 323.77º | 0.85% | 0.76% | - |
| HSV(B) | 323.77º | 0.43% | 0.96% | - |
| XYZ | 58.28 | 42.71 | 62.3 | - |
| YUV | 178.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 204 | 0 | 0.43 | 0.17 | 0.04 | 323.77 | 0.85 | 0.76 |
| Hex | F6 | 8C | CC | 0 | 2B | 11 | 4 | 144 | 55 | 4C |
| Octal | 366 | 214 | 314 | 0 | 53 | 21 | 4 | 504 | 125 | 114 |
| Binary | 11110110 | 10001100 | 11001100 | 0 | 101011 | 10001 | 100 | 101000100 | 1010101 | 1001100 |
Color Harmonies of #F68CCC
Complementary color
Monochromatic Colors of #F68CCC
Black with #F68CCC
Text Example
Text Example
White with #F68CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CCC; }
p { color: rgb(246,140,204); }
H1.HeaderClassName
{
color: #F68CCC;
}
.AnyTagClassName
{
color: #F68CCC;
}
</style>
background-color css
<style>
a { background-color: #F68CCC; }
a { background-color: rgb(246,140,204); }
div.DivClassName
{
background-color: #F68CCC;
}
.BgClassName
{
background-color: #F68CCC;
}
</style>
border-color css
<style>
span { border-color: #F68CCC; }
span { border-color: rgb(246,140,204); }
td.TdClassName
{
border-color: #F68CCC;
}
.TagClassName
{
border-color: #F68CCC;
}
</style>