Shades of Tea Rose #F98EC9
Tints of Tea Rose #F98EC9
RGB
CMYK
RGB Variations
Color information
#F98EC9 (or 0xF98EC9) is known color: Tea Rose. HEX triplet: F9, 8E and C9. RGB value is (249,142,201). Sum of RGB (Red+Green+Blue) = 249+142+201=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98EC9 is #067136. Grayscale: #B4B4B4. Windows color (decimal): -422199 or 13209337. OLE color: 13209337.
HSL color Cylindrical-coordinate representation of color #F98EC9: hue angle of 326.92º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98EC9 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 201 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.02 |
| HSL | 326.92º | 0.9% | 0.77% | - |
| HSV(B) | 326.92º | 0.43% | 0.98% | - |
| XYZ | 59.28 | 43.7 | 60.57 | - |
| YUV | 180.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 201 | 0 | 0.43 | 0.19 | 0.02 | 326.92 | 0.9 | 0.77 |
| Hex | F9 | 8E | C9 | 0 | 2B | 13 | 2 | 147 | 5A | 4D |
| Octal | 371 | 216 | 311 | 0 | 53 | 23 | 2 | 507 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11001001 | 0 | 101011 | 10011 | 10 | 101000111 | 1011010 | 1001101 |
Color Harmonies of #F98EC9
Complementary color
Monochromatic Colors of #F98EC9
Black with #F98EC9
Text Example
Text Example
White with #F98EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EC9; }
p { color: rgb(249,142,201); }
H1.HeaderClassName
{
color: #F98EC9;
}
.AnyTagClassName
{
color: #F98EC9;
}
</style>
background-color css
<style>
a { background-color: #F98EC9; }
a { background-color: rgb(249,142,201); }
div.DivClassName
{
background-color: #F98EC9;
}
.BgClassName
{
background-color: #F98EC9;
}
</style>
border-color css
<style>
span { border-color: #F98EC9; }
span { border-color: rgb(249,142,201); }
td.TdClassName
{
border-color: #F98EC9;
}
.TagClassName
{
border-color: #F98EC9;
}
</style>