Shades of Tea Rose #F389C2
Tints of Tea Rose #F389C2
RGB
CMYK
RGB Variations
Color information
#F389C2 (or 0xF389C2) is known color: Tea Rose. HEX triplet: F3, 89 and C2. RGB value is (243,137,194). Sum of RGB (Red+Green+Blue) = 243+137+194=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F389C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389C2 is #0C763D. Grayscale: #AFAFAF. Windows color (decimal): -816702 or 12749299. OLE color: 12749299.
HSL color Cylindrical-coordinate representation of color #F389C2: hue angle of 327.74º 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 #F389C2 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 194 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.05 |
| HSL | 327.74º | 0.82% | 0.75% | - |
| HSV(B) | 327.74º | 0.44% | 0.95% | - |
| XYZ | 55.65 | 40.84 | 55.99 | - |
| YUV | 175.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 194 | 0 | 0.44 | 0.20 | 0.05 | 327.74 | 0.82 | 0.75 |
| Hex | F3 | 89 | C2 | 0 | 2C | 14 | 5 | 148 | 52 | 4B |
| Octal | 363 | 211 | 302 | 0 | 54 | 24 | 5 | 510 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11000010 | 0 | 101100 | 10100 | 101 | 101001000 | 1010010 | 1001011 |
Color Harmonies of #F389C2
Complementary color
Monochromatic Colors of #F389C2
Black with #F389C2
Text Example
Text Example
White with #F389C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389C2; }
p { color: rgb(243,137,194); }
H1.HeaderClassName
{
color: #F389C2;
}
.AnyTagClassName
{
color: #F389C2;
}
</style>
background-color css
<style>
a { background-color: #F389C2; }
a { background-color: rgb(243,137,194); }
div.DivClassName
{
background-color: #F389C2;
}
.BgClassName
{
background-color: #F389C2;
}
</style>
border-color css
<style>
span { border-color: #F389C2; }
span { border-color: rgb(243,137,194); }
td.TdClassName
{
border-color: #F389C2;
}
.TagClassName
{
border-color: #F389C2;
}
</style>