Shades of Tea Rose #F589C3
Tints of Tea Rose #F589C3
RGB
CMYK
RGB Variations
Color information
#F589C3 (or 0xF589C3) is known color: Tea Rose. HEX triplet: F5, 89 and C3. RGB value is (245,137,195). Sum of RGB (Red+Green+Blue) = 245+137+195=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F589C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F589C3 is #0A763C. Grayscale: #AFAFAF. Windows color (decimal): -685629 or 12814837. OLE color: 12814837.
HSL color Cylindrical-coordinate representation of color #F589C3: hue angle of 327.78º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F589C3 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 195 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.04 |
| HSL | 327.78º | 0.84% | 0.75% | - |
| HSV(B) | 327.78º | 0.44% | 0.96% | - |
| XYZ | 56.45 | 41.24 | 56.62 | - |
| YUV | 175.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 195 | 0 | 0.44 | 0.20 | 0.04 | 327.78 | 0.84 | 0.75 |
| Hex | F5 | 89 | C3 | 0 | 2C | 14 | 4 | 148 | 54 | 4B |
| Octal | 365 | 211 | 303 | 0 | 54 | 24 | 4 | 510 | 124 | 113 |
| Binary | 11110101 | 10001001 | 11000011 | 0 | 101100 | 10100 | 100 | 101001000 | 1010100 | 1001011 |
Color Harmonies of #F589C3
Complementary color
Monochromatic Colors of #F589C3
Black with #F589C3
Text Example
Text Example
White with #F589C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F589C3; }
p { color: rgb(245,137,195); }
H1.HeaderClassName
{
color: #F589C3;
}
.AnyTagClassName
{
color: #F589C3;
}
</style>
background-color css
<style>
a { background-color: #F589C3; }
a { background-color: rgb(245,137,195); }
div.DivClassName
{
background-color: #F589C3;
}
.BgClassName
{
background-color: #F589C3;
}
</style>
border-color css
<style>
span { border-color: #F589C3; }
span { border-color: rgb(245,137,195); }
td.TdClassName
{
border-color: #F589C3;
}
.TagClassName
{
border-color: #F589C3;
}
</style>