Shades of Tea Rose #F389BE
Tints of Tea Rose #F389BE
RGB
CMYK
RGB Variations
Color information
#F389BE (or 0xF389BE) is known color: Tea Rose. HEX triplet: F3, 89 and BE. RGB value is (243,137,190). Sum of RGB (Red+Green+Blue) = 243+137+190=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F389BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389BE is #0C7641. Grayscale: #AEAEAE. Windows color (decimal): -816706 or 12487155. OLE color: 12487155.
HSL color Cylindrical-coordinate representation of color #F389BE: hue angle of 330º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F389BE is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 190 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.05 |
| HSL | 330º | 0.82% | 0.75% | - |
| HSV(B) | 330º | 0.44% | 0.95% | - |
| XYZ | 55.2 | 40.66 | 53.65 | - |
| YUV | 174.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 190 | 0 | 0.44 | 0.22 | 0.05 | 330 | 0.82 | 0.75 |
| Hex | F3 | 89 | BE | 0 | 2C | 16 | 5 | 14A | 52 | 4B |
| Octal | 363 | 211 | 276 | 0 | 54 | 26 | 5 | 512 | 122 | 113 |
| Binary | 11110011 | 10001001 | 10111110 | 0 | 101100 | 10110 | 101 | 101001010 | 1010010 | 1001011 |
Color Harmonies of #F389BE
Complementary color
Monochromatic Colors of #F389BE
Black with #F389BE
Text Example
Text Example
White with #F389BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389BE; }
p { color: rgb(243,137,190); }
H1.HeaderClassName
{
color: #F389BE;
}
.AnyTagClassName
{
color: #F389BE;
}
</style>
background-color css
<style>
a { background-color: #F389BE; }
a { background-color: rgb(243,137,190); }
div.DivClassName
{
background-color: #F389BE;
}
.BgClassName
{
background-color: #F389BE;
}
</style>
border-color css
<style>
span { border-color: #F389BE; }
span { border-color: rgb(243,137,190); }
td.TdClassName
{
border-color: #F389BE;
}
.TagClassName
{
border-color: #F389BE;
}
</style>