Shades of Tea Rose #F68CCA
Tints of Tea Rose #F68CCA
RGB
CMYK
RGB Variations
Color information
#F68CCA (or 0xF68CCA) is known color: Tea Rose. HEX triplet: F6, 8C and CA. RGB value is (246,140,202). Sum of RGB (Red+Green+Blue) = 246+140+202=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CCA is #097335. Grayscale: #B2B2B2. Windows color (decimal): -619318 or 13274358. OLE color: 13274358.
HSL color Cylindrical-coordinate representation of color #F68CCA: hue angle of 324.91º 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 #F68CCA is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 202 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.04 |
| HSL | 324.91º | 0.85% | 0.76% | - |
| HSV(B) | 324.91º | 0.43% | 0.96% | - |
| XYZ | 58.04 | 42.61 | 61.04 | - |
| YUV | 178.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 202 | 0 | 0.43 | 0.18 | 0.04 | 324.91 | 0.85 | 0.76 |
| Hex | F6 | 8C | CA | 0 | 2B | 12 | 4 | 145 | 55 | 4C |
| Octal | 366 | 214 | 312 | 0 | 53 | 22 | 4 | 505 | 125 | 114 |
| Binary | 11110110 | 10001100 | 11001010 | 0 | 101011 | 10010 | 100 | 101000101 | 1010101 | 1001100 |
Color Harmonies of #F68CCA
Complementary color
Monochromatic Colors of #F68CCA
Black with #F68CCA
Text Example
Text Example
White with #F68CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CCA; }
p { color: rgb(246,140,202); }
H1.HeaderClassName
{
color: #F68CCA;
}
.AnyTagClassName
{
color: #F68CCA;
}
</style>
background-color css
<style>
a { background-color: #F68CCA; }
a { background-color: rgb(246,140,202); }
div.DivClassName
{
background-color: #F68CCA;
}
.BgClassName
{
background-color: #F68CCA;
}
</style>
border-color css
<style>
span { border-color: #F68CCA; }
span { border-color: rgb(246,140,202); }
td.TdClassName
{
border-color: #F68CCA;
}
.TagClassName
{
border-color: #F68CCA;
}
</style>