Shades of Tea Rose #F68BBE
Tints of Tea Rose #F68BBE
RGB
CMYK
RGB Variations
Color information
#F68BBE (or 0xF68BBE) is known color: Tea Rose. HEX triplet: F6, 8B and BE. RGB value is (246,139,190). Sum of RGB (Red+Green+Blue) = 246+139+190=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BBE is #097441. Grayscale: #B0B0B0. Windows color (decimal): -619586 or 12487670. OLE color: 12487670.
HSL color Cylindrical-coordinate representation of color #F68BBE: hue angle of 331.4º 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 #F68BBE is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 190 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.04 |
| HSL | 331.4º | 0.86% | 0.75% | - |
| HSV(B) | 331.4º | 0.43% | 0.96% | - |
| XYZ | 56.53 | 41.78 | 53.8 | - |
| YUV | 176.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 190 | 0 | 0.43 | 0.23 | 0.04 | 331.4 | 0.86 | 0.75 |
| Hex | F6 | 8B | BE | 0 | 2B | 17 | 4 | 14B | 56 | 4B |
| Octal | 366 | 213 | 276 | 0 | 53 | 27 | 4 | 513 | 126 | 113 |
| Binary | 11110110 | 10001011 | 10111110 | 0 | 101011 | 10111 | 100 | 101001011 | 1010110 | 1001011 |
Color Harmonies of #F68BBE
Complementary color
Monochromatic Colors of #F68BBE
Black with #F68BBE
Text Example
Text Example
White with #F68BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BBE; }
p { color: rgb(246,139,190); }
H1.HeaderClassName
{
color: #F68BBE;
}
.AnyTagClassName
{
color: #F68BBE;
}
</style>
background-color css
<style>
a { background-color: #F68BBE; }
a { background-color: rgb(246,139,190); }
div.DivClassName
{
background-color: #F68BBE;
}
.BgClassName
{
background-color: #F68BBE;
}
</style>
border-color css
<style>
span { border-color: #F68BBE; }
span { border-color: rgb(246,139,190); }
td.TdClassName
{
border-color: #F68BBE;
}
.TagClassName
{
border-color: #F68BBE;
}
</style>