Shades of Tea Rose #F68ABB
Tints of Tea Rose #F68ABB
RGB
CMYK
RGB Variations
Color information
#F68ABB (or 0xF68ABB) is known color: Tea Rose. HEX triplet: F6, 8A and BB. RGB value is (246,138,187). Sum of RGB (Red+Green+Blue) = 246+138+187=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ABB is #097544. Grayscale: #AFAFAF. Windows color (decimal): -619845 or 12290806. OLE color: 12290806.
HSL color Cylindrical-coordinate representation of color #F68ABB: hue angle of 332.78º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68ABB is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 187 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.04 |
| HSL | 332.78º | 0.86% | 0.75% | - |
| HSV(B) | 332.78º | 0.44% | 0.96% | - |
| XYZ | 56.06 | 41.36 | 52.04 | - |
| YUV | 175.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 187 | 0 | 0.44 | 0.24 | 0.04 | 332.78 | 0.86 | 0.75 |
| Hex | F6 | 8A | BB | 0 | 2C | 18 | 4 | 14D | 56 | 4B |
| Octal | 366 | 212 | 273 | 0 | 54 | 30 | 4 | 515 | 126 | 113 |
| Binary | 11110110 | 10001010 | 10111011 | 0 | 101100 | 11000 | 100 | 101001101 | 1010110 | 1001011 |
Color Harmonies of #F68ABB
Complementary color
Monochromatic Colors of #F68ABB
Black with #F68ABB
Text Example
Text Example
White with #F68ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68ABB; }
p { color: rgb(246,138,187); }
H1.HeaderClassName
{
color: #F68ABB;
}
.AnyTagClassName
{
color: #F68ABB;
}
</style>
background-color css
<style>
a { background-color: #F68ABB; }
a { background-color: rgb(246,138,187); }
div.DivClassName
{
background-color: #F68ABB;
}
.BgClassName
{
background-color: #F68ABB;
}
</style>
border-color css
<style>
span { border-color: #F68ABB; }
span { border-color: rgb(246,138,187); }
td.TdClassName
{
border-color: #F68ABB;
}
.TagClassName
{
border-color: #F68ABB;
}
</style>