Shades of Tea Rose #F690BE
Tints of Tea Rose #F690BE
RGB
CMYK
RGB Variations
Color information
#F690BE (or 0xF690BE) is known color: Tea Rose. HEX triplet: F6, 90 and BE. RGB value is (246,144,190). Sum of RGB (Red+Green+Blue) = 246+144+190=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F690BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690BE is #096F41. Grayscale: #B3B3B3. Windows color (decimal): -618306 or 12488950. OLE color: 12488950.
HSL color Cylindrical-coordinate representation of color #F690BE: hue angle of 332.94º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690BE is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 190 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.04 |
| HSL | 332.94º | 0.85% | 0.76% | - |
| HSV(B) | 332.94º | 0.41% | 0.96% | - |
| XYZ | 57.27 | 43.26 | 54.05 | - |
| YUV | 179.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 190 | 0 | 0.41 | 0.23 | 0.04 | 332.94 | 0.85 | 0.76 |
| Hex | F6 | 90 | BE | 0 | 29 | 17 | 4 | 14D | 55 | 4C |
| Octal | 366 | 220 | 276 | 0 | 51 | 27 | 4 | 515 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10111110 | 0 | 101001 | 10111 | 100 | 101001101 | 1010101 | 1001100 |
Color Harmonies of #F690BE
Complementary color
Monochromatic Colors of #F690BE
Black with #F690BE
Text Example
Text Example
White with #F690BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690BE; }
p { color: rgb(246,144,190); }
H1.HeaderClassName
{
color: #F690BE;
}
.AnyTagClassName
{
color: #F690BE;
}
</style>
background-color css
<style>
a { background-color: #F690BE; }
a { background-color: rgb(246,144,190); }
div.DivClassName
{
background-color: #F690BE;
}
.BgClassName
{
background-color: #F690BE;
}
</style>
border-color css
<style>
span { border-color: #F690BE; }
span { border-color: rgb(246,144,190); }
td.TdClassName
{
border-color: #F690BE;
}
.TagClassName
{
border-color: #F690BE;
}
</style>