Shades of Tea Rose #F889CF
Tints of Tea Rose #F889CF
RGB
CMYK
RGB Variations
Color information
#F889CF (or 0xF889CF) is known color: Tea Rose. HEX triplet: F8, 89 and CF. RGB value is (248,137,207). Sum of RGB (Red+Green+Blue) = 248+137+207=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F889CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889CF is #077630. Grayscale: #B2B2B2. Windows color (decimal): -489009 or 13601272. OLE color: 13601272.
HSL color Cylindrical-coordinate representation of color #F889CF: hue angle of 322.16º 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 #F889CF is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 207 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.03 |
| HSL | 322.16º | 0.89% | 0.75% | - |
| HSV(B) | 322.16º | 0.45% | 0.97% | - |
| XYZ | 58.92 | 42.35 | 64.1 | - |
| YUV | 178.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 207 | 0 | 0.45 | 0.17 | 0.03 | 322.16 | 0.89 | 0.75 |
| Hex | F8 | 89 | CF | 0 | 2D | 11 | 3 | 142 | 59 | 4B |
| Octal | 370 | 211 | 317 | 0 | 55 | 21 | 3 | 502 | 131 | 113 |
| Binary | 11111000 | 10001001 | 11001111 | 0 | 101101 | 10001 | 11 | 101000010 | 1011001 | 1001011 |
Color Harmonies of #F889CF
Complementary color
Monochromatic Colors of #F889CF
Black with #F889CF
Text Example
Text Example
White with #F889CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889CF; }
p { color: rgb(248,137,207); }
H1.HeaderClassName
{
color: #F889CF;
}
.AnyTagClassName
{
color: #F889CF;
}
</style>
background-color css
<style>
a { background-color: #F889CF; }
a { background-color: rgb(248,137,207); }
div.DivClassName
{
background-color: #F889CF;
}
.BgClassName
{
background-color: #F889CF;
}
</style>
border-color css
<style>
span { border-color: #F889CF; }
span { border-color: rgb(248,137,207); }
td.TdClassName
{
border-color: #F889CF;
}
.TagClassName
{
border-color: #F889CF;
}
</style>