Shades of Tea Rose #F389BC
Tints of Tea Rose #F389BC
RGB
CMYK
RGB Variations
Color information
#F389BC (or 0xF389BC) is known color: Tea Rose. HEX triplet: F3, 89 and BC. RGB value is (243,137,188). Sum of RGB (Red+Green+Blue) = 243+137+188=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F389BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389BC is #0C7643. Grayscale: #AEAEAE. Windows color (decimal): -816708 or 12356083. OLE color: 12356083.
HSL color Cylindrical-coordinate representation of color #F389BC: hue angle of 331.13º 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 #F389BC is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 188 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.05 |
| HSL | 331.13º | 0.82% | 0.75% | - |
| HSV(B) | 331.13º | 0.44% | 0.95% | - |
| XYZ | 54.98 | 40.58 | 52.51 | - |
| YUV | 174.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 188 | 0 | 0.44 | 0.23 | 0.05 | 331.13 | 0.82 | 0.75 |
| Hex | F3 | 89 | BC | 0 | 2C | 17 | 5 | 14B | 52 | 4B |
| Octal | 363 | 211 | 274 | 0 | 54 | 27 | 5 | 513 | 122 | 113 |
| Binary | 11110011 | 10001001 | 10111100 | 0 | 101100 | 10111 | 101 | 101001011 | 1010010 | 1001011 |
Color Harmonies of #F389BC
Complementary color
Monochromatic Colors of #F389BC
Black with #F389BC
Text Example
Text Example
White with #F389BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389BC; }
p { color: rgb(243,137,188); }
H1.HeaderClassName
{
color: #F389BC;
}
.AnyTagClassName
{
color: #F389BC;
}
</style>
background-color css
<style>
a { background-color: #F389BC; }
a { background-color: rgb(243,137,188); }
div.DivClassName
{
background-color: #F389BC;
}
.BgClassName
{
background-color: #F389BC;
}
</style>
border-color css
<style>
span { border-color: #F389BC; }
span { border-color: rgb(243,137,188); }
td.TdClassName
{
border-color: #F389BC;
}
.TagClassName
{
border-color: #F389BC;
}
</style>