Shades of Tea Rose #F68BC9
Tints of Tea Rose #F68BC9
RGB
CMYK
RGB Variations
Color information
#F68BC9 (or 0xF68BC9) is known color: Tea Rose. HEX triplet: F6, 8B and C9. RGB value is (246,139,201). Sum of RGB (Red+Green+Blue) = 246+139+201=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BC9 is #097436. Grayscale: #B1B1B1. Windows color (decimal): -619575 or 13208566. OLE color: 13208566.
HSL color Cylindrical-coordinate representation of color #F68BC9: hue angle of 325.23º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BC9 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 201 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.04 |
| HSL | 325.23º | 0.86% | 0.75% | - |
| HSV(B) | 325.23º | 0.43% | 0.96% | - |
| XYZ | 57.78 | 42.28 | 60.37 | - |
| YUV | 178.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 201 | 0 | 0.43 | 0.18 | 0.04 | 325.23 | 0.86 | 0.75 |
| Hex | F6 | 8B | C9 | 0 | 2B | 12 | 4 | 145 | 56 | 4B |
| Octal | 366 | 213 | 311 | 0 | 53 | 22 | 4 | 505 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11001001 | 0 | 101011 | 10010 | 100 | 101000101 | 1010110 | 1001011 |
Color Harmonies of #F68BC9
Complementary color
Monochromatic Colors of #F68BC9
Black with #F68BC9
Text Example
Text Example
White with #F68BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BC9; }
p { color: rgb(246,139,201); }
H1.HeaderClassName
{
color: #F68BC9;
}
.AnyTagClassName
{
color: #F68BC9;
}
</style>
background-color css
<style>
a { background-color: #F68BC9; }
a { background-color: rgb(246,139,201); }
div.DivClassName
{
background-color: #F68BC9;
}
.BgClassName
{
background-color: #F68BC9;
}
</style>
border-color css
<style>
span { border-color: #F68BC9; }
span { border-color: rgb(246,139,201); }
td.TdClassName
{
border-color: #F68BC9;
}
.TagClassName
{
border-color: #F68BC9;
}
</style>