Shades of Tea Rose #F68DC2
Tints of Tea Rose #F68DC2
RGB
CMYK
RGB Variations
Color information
#F68DC2 (or 0xF68DC2) is known color: Tea Rose. HEX triplet: F6, 8D and C2. RGB value is (246,141,194). Sum of RGB (Red+Green+Blue) = 246+141+194=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DC2 is #09723D. Grayscale: #B2B2B2. Windows color (decimal): -619070 or 12750326. OLE color: 12750326.
HSL color Cylindrical-coordinate representation of color #F68DC2: hue angle of 329.71º 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 #F68DC2 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 194 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.04 |
| HSL | 329.71º | 0.85% | 0.76% | - |
| HSV(B) | 329.71º | 0.43% | 0.96% | - |
| XYZ | 57.27 | 42.54 | 56.23 | - |
| YUV | 178.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 194 | 0 | 0.43 | 0.21 | 0.04 | 329.71 | 0.85 | 0.76 |
| Hex | F6 | 8D | C2 | 0 | 2B | 15 | 4 | 14A | 55 | 4C |
| Octal | 366 | 215 | 302 | 0 | 53 | 25 | 4 | 512 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11000010 | 0 | 101011 | 10101 | 100 | 101001010 | 1010101 | 1001100 |
Color Harmonies of #F68DC2
Complementary color
Monochromatic Colors of #F68DC2
Black with #F68DC2
Text Example
Text Example
White with #F68DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DC2; }
p { color: rgb(246,141,194); }
H1.HeaderClassName
{
color: #F68DC2;
}
.AnyTagClassName
{
color: #F68DC2;
}
</style>
background-color css
<style>
a { background-color: #F68DC2; }
a { background-color: rgb(246,141,194); }
div.DivClassName
{
background-color: #F68DC2;
}
.BgClassName
{
background-color: #F68DC2;
}
</style>
border-color css
<style>
span { border-color: #F68DC2; }
span { border-color: rgb(246,141,194); }
td.TdClassName
{
border-color: #F68DC2;
}
.TagClassName
{
border-color: #F68DC2;
}
</style>