Shades of Tea Rose #F989C8
Tints of Tea Rose #F989C8
RGB
CMYK
RGB Variations
Color information
#F989C8 (or 0xF989C8) is known color: Tea Rose. HEX triplet: F9, 89 and C8. RGB value is (249,137,200). Sum of RGB (Red+Green+Blue) = 249+137+200=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F989C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989C8 is #067637. Grayscale: #B1B1B1. Windows color (decimal): -423480 or 13142521. OLE color: 13142521.
HSL color Cylindrical-coordinate representation of color #F989C8: hue angle of 326.25º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F989C8 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 200 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.02 |
| HSL | 326.25º | 0.9% | 0.76% | - |
| HSV(B) | 326.25º | 0.45% | 0.98% | - |
| XYZ | 58.44 | 42.2 | 59.71 | - |
| YUV | 177.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 200 | 0 | 0.45 | 0.20 | 0.02 | 326.25 | 0.9 | 0.76 |
| Hex | F9 | 89 | C8 | 0 | 2D | 14 | 2 | 146 | 5A | 4C |
| Octal | 371 | 211 | 310 | 0 | 55 | 24 | 2 | 506 | 132 | 114 |
| Binary | 11111001 | 10001001 | 11001000 | 0 | 101101 | 10100 | 10 | 101000110 | 1011010 | 1001100 |
Color Harmonies of #F989C8
Complementary color
Monochromatic Colors of #F989C8
Black with #F989C8
Text Example
Text Example
White with #F989C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F989C8; }
p { color: rgb(249,137,200); }
H1.HeaderClassName
{
color: #F989C8;
}
.AnyTagClassName
{
color: #F989C8;
}
</style>
background-color css
<style>
a { background-color: #F989C8; }
a { background-color: rgb(249,137,200); }
div.DivClassName
{
background-color: #F989C8;
}
.BgClassName
{
background-color: #F989C8;
}
</style>
border-color css
<style>
span { border-color: #F989C8; }
span { border-color: rgb(249,137,200); }
td.TdClassName
{
border-color: #F989C8;
}
.TagClassName
{
border-color: #F989C8;
}
</style>