Shades of Tea Rose #F389C1
Tints of Tea Rose #F389C1
RGB
CMYK
RGB Variations
Color information
#F389C1 (or 0xF389C1) is known color: Tea Rose. HEX triplet: F3, 89 and C1. RGB value is (243,137,193). Sum of RGB (Red+Green+Blue) = 243+137+193=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F389C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389C1 is #0C763E. Grayscale: #AEAEAE. Windows color (decimal): -816703 or 12683763. OLE color: 12683763.
HSL color Cylindrical-coordinate representation of color #F389C1: hue angle of 328.3º 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 #F389C1 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 193 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.05 |
| HSL | 328.3º | 0.82% | 0.75% | - |
| HSV(B) | 328.3º | 0.44% | 0.95% | - |
| XYZ | 55.53 | 40.8 | 55.4 | - |
| YUV | 175.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 193 | 0 | 0.44 | 0.21 | 0.05 | 328.3 | 0.82 | 0.75 |
| Hex | F3 | 89 | C1 | 0 | 2C | 15 | 5 | 148 | 52 | 4B |
| Octal | 363 | 211 | 301 | 0 | 54 | 25 | 5 | 510 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11000001 | 0 | 101100 | 10101 | 101 | 101001000 | 1010010 | 1001011 |
Color Harmonies of #F389C1
Complementary color
Monochromatic Colors of #F389C1
Black with #F389C1
Text Example
Text Example
White with #F389C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389C1; }
p { color: rgb(243,137,193); }
H1.HeaderClassName
{
color: #F389C1;
}
.AnyTagClassName
{
color: #F389C1;
}
</style>
background-color css
<style>
a { background-color: #F389C1; }
a { background-color: rgb(243,137,193); }
div.DivClassName
{
background-color: #F389C1;
}
.BgClassName
{
background-color: #F389C1;
}
</style>
border-color css
<style>
span { border-color: #F389C1; }
span { border-color: rgb(243,137,193); }
td.TdClassName
{
border-color: #F389C1;
}
.TagClassName
{
border-color: #F389C1;
}
</style>