Shades of Tea Rose #F690BD
Tints of Tea Rose #F690BD
RGB
CMYK
RGB Variations
Color information
#F690BD (or 0xF690BD) is known color: Tea Rose. HEX triplet: F6, 90 and BD. RGB value is (246,144,189). Sum of RGB (Red+Green+Blue) = 246+144+189=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F690BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690BD is #096F42. Grayscale: #B3B3B3. Windows color (decimal): -618307 or 12423414. OLE color: 12423414.
HSL color Cylindrical-coordinate representation of color #F690BD: hue angle of 333.53º 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 #F690BD is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 189 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.04 |
| HSL | 333.53º | 0.85% | 0.76% | - |
| HSV(B) | 333.53º | 0.41% | 0.96% | - |
| XYZ | 57.16 | 43.21 | 53.47 | - |
| YUV | 179.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 189 | 0 | 0.41 | 0.23 | 0.04 | 333.53 | 0.85 | 0.76 |
| Hex | F6 | 90 | BD | 0 | 29 | 17 | 4 | 14E | 55 | 4C |
| Octal | 366 | 220 | 275 | 0 | 51 | 27 | 4 | 516 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10111101 | 0 | 101001 | 10111 | 100 | 101001110 | 1010101 | 1001100 |
Color Harmonies of #F690BD
Complementary color
Monochromatic Colors of #F690BD
Black with #F690BD
Text Example
Text Example
White with #F690BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690BD; }
p { color: rgb(246,144,189); }
H1.HeaderClassName
{
color: #F690BD;
}
.AnyTagClassName
{
color: #F690BD;
}
</style>
background-color css
<style>
a { background-color: #F690BD; }
a { background-color: rgb(246,144,189); }
div.DivClassName
{
background-color: #F690BD;
}
.BgClassName
{
background-color: #F690BD;
}
</style>
border-color css
<style>
span { border-color: #F690BD; }
span { border-color: rgb(246,144,189); }
td.TdClassName
{
border-color: #F690BD;
}
.TagClassName
{
border-color: #F690BD;
}
</style>