Shades of Tea Rose #F389CA
Tints of Tea Rose #F389CA
RGB
CMYK
RGB Variations
Color information
#F389CA (or 0xF389CA) is known color: Tea Rose. HEX triplet: F3, 89 and CA. RGB value is (243,137,202). Sum of RGB (Red+Green+Blue) = 243+137+202=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F389CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389CA is #0C7635. Grayscale: #AFAFAF. Windows color (decimal): -816694 or 13273587. OLE color: 13273587.
HSL color Cylindrical-coordinate representation of color #F389CA: hue angle of 323.21º 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 #F389CA is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 202 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.05 |
| HSL | 323.21º | 0.82% | 0.75% | - |
| HSV(B) | 323.21º | 0.44% | 0.95% | - |
| XYZ | 56.57 | 41.21 | 60.85 | - |
| YUV | 176.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 202 | 0 | 0.44 | 0.17 | 0.05 | 323.21 | 0.82 | 0.75 |
| Hex | F3 | 89 | CA | 0 | 2C | 11 | 5 | 143 | 52 | 4B |
| Octal | 363 | 211 | 312 | 0 | 54 | 21 | 5 | 503 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11001010 | 0 | 101100 | 10001 | 101 | 101000011 | 1010010 | 1001011 |
Color Harmonies of #F389CA
Complementary color
Monochromatic Colors of #F389CA
Black with #F389CA
Text Example
Text Example
White with #F389CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389CA; }
p { color: rgb(243,137,202); }
H1.HeaderClassName
{
color: #F389CA;
}
.AnyTagClassName
{
color: #F389CA;
}
</style>
background-color css
<style>
a { background-color: #F389CA; }
a { background-color: rgb(243,137,202); }
div.DivClassName
{
background-color: #F389CA;
}
.BgClassName
{
background-color: #F389CA;
}
</style>
border-color css
<style>
span { border-color: #F389CA; }
span { border-color: rgb(243,137,202); }
td.TdClassName
{
border-color: #F389CA;
}
.TagClassName
{
border-color: #F389CA;
}
</style>