Shades of Tea Rose #F389C0
Tints of Tea Rose #F389C0
RGB
CMYK
RGB Variations
Color information
#F389C0 (or 0xF389C0) is known color: Tea Rose. HEX triplet: F3, 89 and C0. RGB value is (243,137,192). Sum of RGB (Red+Green+Blue) = 243+137+192=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F389C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389C0 is #0C763F. Grayscale: #AEAEAE. Windows color (decimal): -816704 or 12618227. OLE color: 12618227.
HSL color Cylindrical-coordinate representation of color #F389C0: hue angle of 328.87º 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 #F389C0 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 192 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.05 |
| HSL | 328.87º | 0.82% | 0.75% | - |
| HSV(B) | 328.87º | 0.44% | 0.95% | - |
| XYZ | 55.42 | 40.75 | 54.81 | - |
| YUV | 174.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 192 | 0 | 0.44 | 0.21 | 0.05 | 328.87 | 0.82 | 0.75 |
| Hex | F3 | 89 | C0 | 0 | 2C | 15 | 5 | 149 | 52 | 4B |
| Octal | 363 | 211 | 300 | 0 | 54 | 25 | 5 | 511 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11000000 | 0 | 101100 | 10101 | 101 | 101001001 | 1010010 | 1001011 |
Color Harmonies of #F389C0
Complementary color
Monochromatic Colors of #F389C0
Black with #F389C0
Text Example
Text Example
White with #F389C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389C0; }
p { color: rgb(243,137,192); }
H1.HeaderClassName
{
color: #F389C0;
}
.AnyTagClassName
{
color: #F389C0;
}
</style>
background-color css
<style>
a { background-color: #F389C0; }
a { background-color: rgb(243,137,192); }
div.DivClassName
{
background-color: #F389C0;
}
.BgClassName
{
background-color: #F389C0;
}
</style>
border-color css
<style>
span { border-color: #F389C0; }
span { border-color: rgb(243,137,192); }
td.TdClassName
{
border-color: #F389C0;
}
.TagClassName
{
border-color: #F389C0;
}
</style>