Shades of Tea Rose #F68DCF
Tints of Tea Rose #F68DCF
RGB
CMYK
RGB Variations
Color information
#F68DCF (or 0xF68DCF) is known color: Tea Rose. HEX triplet: F6, 8D and CF. RGB value is (246,141,207). Sum of RGB (Red+Green+Blue) = 246+141+207=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DCF is #097230. Grayscale: #B3B3B3. Windows color (decimal): -619057 or 13602294. OLE color: 13602294.
HSL color Cylindrical-coordinate representation of color #F68DCF: hue angle of 322.29º 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 #F68DCF is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 207 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.04 |
| HSL | 322.29º | 0.85% | 0.76% | - |
| HSV(B) | 322.29º | 0.43% | 0.96% | - |
| XYZ | 58.79 | 43.15 | 64.26 | - |
| YUV | 179.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 207 | 0 | 0.43 | 0.16 | 0.04 | 322.29 | 0.85 | 0.76 |
| Hex | F6 | 8D | CF | 0 | 2B | 10 | 4 | 142 | 55 | 4C |
| Octal | 366 | 215 | 317 | 0 | 53 | 20 | 4 | 502 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11001111 | 0 | 101011 | 10000 | 100 | 101000010 | 1010101 | 1001100 |
Color Harmonies of #F68DCF
Complementary color
Monochromatic Colors of #F68DCF
Black with #F68DCF
Text Example
Text Example
White with #F68DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DCF; }
p { color: rgb(246,141,207); }
H1.HeaderClassName
{
color: #F68DCF;
}
.AnyTagClassName
{
color: #F68DCF;
}
</style>
background-color css
<style>
a { background-color: #F68DCF; }
a { background-color: rgb(246,141,207); }
div.DivClassName
{
background-color: #F68DCF;
}
.BgClassName
{
background-color: #F68DCF;
}
</style>
border-color css
<style>
span { border-color: #F68DCF; }
span { border-color: rgb(246,141,207); }
td.TdClassName
{
border-color: #F68DCF;
}
.TagClassName
{
border-color: #F68DCF;
}
</style>