Shades of Tea Rose #F889C3
Tints of Tea Rose #F889C3
RGB
CMYK
RGB Variations
Color information
#F889C3 (or 0xF889C3) is known color: Tea Rose. HEX triplet: F8, 89 and C3. RGB value is (248,137,195). Sum of RGB (Red+Green+Blue) = 248+137+195=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F889C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889C3 is #07763C. Grayscale: #B0B0B0. Windows color (decimal): -489021 or 12814840. OLE color: 12814840.
HSL color Cylindrical-coordinate representation of color #F889C3: hue angle of 328.65º 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 #F889C3 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 195 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.03 |
| HSL | 328.65º | 0.89% | 0.75% | - |
| HSV(B) | 328.65º | 0.45% | 0.97% | - |
| XYZ | 57.51 | 41.79 | 56.66 | - |
| YUV | 176.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 195 | 0 | 0.45 | 0.21 | 0.03 | 328.65 | 0.89 | 0.75 |
| Hex | F8 | 89 | C3 | 0 | 2D | 15 | 3 | 149 | 59 | 4B |
| Octal | 370 | 211 | 303 | 0 | 55 | 25 | 3 | 511 | 131 | 113 |
| Binary | 11111000 | 10001001 | 11000011 | 0 | 101101 | 10101 | 11 | 101001001 | 1011001 | 1001011 |
Color Harmonies of #F889C3
Complementary color
Monochromatic Colors of #F889C3
Black with #F889C3
Text Example
Text Example
White with #F889C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889C3; }
p { color: rgb(248,137,195); }
H1.HeaderClassName
{
color: #F889C3;
}
.AnyTagClassName
{
color: #F889C3;
}
</style>
background-color css
<style>
a { background-color: #F889C3; }
a { background-color: rgb(248,137,195); }
div.DivClassName
{
background-color: #F889C3;
}
.BgClassName
{
background-color: #F889C3;
}
</style>
border-color css
<style>
span { border-color: #F889C3; }
span { border-color: rgb(248,137,195); }
td.TdClassName
{
border-color: #F889C3;
}
.TagClassName
{
border-color: #F889C3;
}
</style>