Shades of Tea Rose #F389CF
Tints of Tea Rose #F389CF
RGB
CMYK
RGB Variations
Color information
#F389CF (or 0xF389CF) is known color: Tea Rose. HEX triplet: F3, 89 and CF. RGB value is (243,137,207). Sum of RGB (Red+Green+Blue) = 243+137+207=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F389CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389CF is #0C7630. Grayscale: #B0B0B0. Windows color (decimal): -816689 or 13601267. OLE color: 13601267.
HSL color Cylindrical-coordinate representation of color #F389CF: hue angle of 320.38º 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 #F389CF is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 207 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.05 |
| HSL | 320.38º | 0.82% | 0.75% | - |
| HSV(B) | 320.38º | 0.44% | 0.95% | - |
| XYZ | 57.17 | 41.45 | 64.02 | - |
| YUV | 176.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 207 | 0 | 0.44 | 0.15 | 0.05 | 320.38 | 0.82 | 0.75 |
| Hex | F3 | 89 | CF | 0 | 2C | F | 5 | 140 | 52 | 4B |
| Octal | 363 | 211 | 317 | 0 | 54 | 17 | 5 | 500 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11001111 | 0 | 101100 | 1111 | 101 | 101000000 | 1010010 | 1001011 |
Color Harmonies of #F389CF
Complementary color
Monochromatic Colors of #F389CF
Black with #F389CF
Text Example
Text Example
White with #F389CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389CF; }
p { color: rgb(243,137,207); }
H1.HeaderClassName
{
color: #F389CF;
}
.AnyTagClassName
{
color: #F389CF;
}
</style>
background-color css
<style>
a { background-color: #F389CF; }
a { background-color: rgb(243,137,207); }
div.DivClassName
{
background-color: #F389CF;
}
.BgClassName
{
background-color: #F389CF;
}
</style>
border-color css
<style>
span { border-color: #F389CF; }
span { border-color: rgb(243,137,207); }
td.TdClassName
{
border-color: #F389CF;
}
.TagClassName
{
border-color: #F389CF;
}
</style>