Shades of Tea Rose #F68FBA
Tints of Tea Rose #F68FBA
RGB
CMYK
RGB Variations
Color information
#F68FBA (or 0xF68FBA) is known color: Tea Rose. HEX triplet: F6, 8F and BA. RGB value is (246,143,186). Sum of RGB (Red+Green+Blue) = 246+143+186=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FBA is #097045. Grayscale: #B2B2B2. Windows color (decimal): -618566 or 12226550. OLE color: 12226550.
HSL color Cylindrical-coordinate representation of color #F68FBA: hue angle of 334.95º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FBA is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 186 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.04 |
| HSL | 334.95º | 0.85% | 0.76% | - |
| HSV(B) | 334.95º | 0.42% | 0.96% | - |
| XYZ | 56.69 | 42.78 | 51.72 | - |
| YUV | 178.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 186 | 0 | 0.42 | 0.24 | 0.04 | 334.95 | 0.85 | 0.76 |
| Hex | F6 | 8F | BA | 0 | 2A | 18 | 4 | 14F | 55 | 4C |
| Octal | 366 | 217 | 272 | 0 | 52 | 30 | 4 | 517 | 125 | 114 |
| Binary | 11110110 | 10001111 | 10111010 | 0 | 101010 | 11000 | 100 | 101001111 | 1010101 | 1001100 |
Color Harmonies of #F68FBA
Complementary color
Monochromatic Colors of #F68FBA
Black with #F68FBA
Text Example
Text Example
White with #F68FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FBA; }
p { color: rgb(246,143,186); }
H1.HeaderClassName
{
color: #F68FBA;
}
.AnyTagClassName
{
color: #F68FBA;
}
</style>
background-color css
<style>
a { background-color: #F68FBA; }
a { background-color: rgb(246,143,186); }
div.DivClassName
{
background-color: #F68FBA;
}
.BgClassName
{
background-color: #F68FBA;
}
</style>
border-color css
<style>
span { border-color: #F68FBA; }
span { border-color: rgb(246,143,186); }
td.TdClassName
{
border-color: #F68FBA;
}
.TagClassName
{
border-color: #F68FBA;
}
</style>