Shades of Tea Rose #F889CA
Tints of Tea Rose #F889CA
RGB
CMYK
RGB Variations
Color information
#F889CA (or 0xF889CA) is known color: Tea Rose. HEX triplet: F8, 89 and CA. RGB value is (248,137,202). Sum of RGB (Red+Green+Blue) = 248+137+202=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F889CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889CA is #077635. Grayscale: #B1B1B1. Windows color (decimal): -489014 or 13273592. OLE color: 13273592.
HSL color Cylindrical-coordinate representation of color #F889CA: hue angle of 324.86º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F889CA is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 202 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.03 |
| HSL | 324.86º | 0.89% | 0.75% | - |
| HSV(B) | 324.86º | 0.45% | 0.97% | - |
| XYZ | 58.32 | 42.11 | 60.93 | - |
| YUV | 177.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 202 | 0 | 0.45 | 0.19 | 0.03 | 324.86 | 0.89 | 0.75 |
| Hex | F8 | 89 | CA | 0 | 2D | 13 | 3 | 145 | 59 | 4B |
| Octal | 370 | 211 | 312 | 0 | 55 | 23 | 3 | 505 | 131 | 113 |
| Binary | 11111000 | 10001001 | 11001010 | 0 | 101101 | 10011 | 11 | 101000101 | 1011001 | 1001011 |
Color Harmonies of #F889CA
Complementary color
Monochromatic Colors of #F889CA
Black with #F889CA
Text Example
Text Example
White with #F889CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889CA; }
p { color: rgb(248,137,202); }
H1.HeaderClassName
{
color: #F889CA;
}
.AnyTagClassName
{
color: #F889CA;
}
</style>
background-color css
<style>
a { background-color: #F889CA; }
a { background-color: rgb(248,137,202); }
div.DivClassName
{
background-color: #F889CA;
}
.BgClassName
{
background-color: #F889CA;
}
</style>
border-color css
<style>
span { border-color: #F889CA; }
span { border-color: rgb(248,137,202); }
td.TdClassName
{
border-color: #F889CA;
}
.TagClassName
{
border-color: #F889CA;
}
</style>