Shades of Tea Rose #F98CB9
Tints of Tea Rose #F98CB9
RGB
CMYK
RGB Variations
Color information
#F98CB9 (or 0xF98CB9) is known color: Tea Rose. HEX triplet: F9, 8C and B9. RGB value is (249,140,185). Sum of RGB (Red+Green+Blue) = 249+140+185=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CB9 is #067346. Grayscale: #B1B1B1. Windows color (decimal): -422727 or 12160249. OLE color: 12160249.
HSL color Cylindrical-coordinate representation of color #F98CB9: hue angle of 335.23º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98CB9 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 185 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.02 |
| HSL | 335.23º | 0.9% | 0.76% | - |
| HSV(B) | 335.23º | 0.44% | 0.98% | - |
| XYZ | 57.2 | 42.4 | 51.07 | - |
| YUV | 177.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 185 | 0 | 0.44 | 0.26 | 0.02 | 335.23 | 0.9 | 0.76 |
| Hex | F9 | 8C | B9 | 0 | 2C | 1A | 2 | 14F | 5A | 4C |
| Octal | 371 | 214 | 271 | 0 | 54 | 32 | 2 | 517 | 132 | 114 |
| Binary | 11111001 | 10001100 | 10111001 | 0 | 101100 | 11010 | 10 | 101001111 | 1011010 | 1001100 |
Color Harmonies of #F98CB9
Complementary color
Monochromatic Colors of #F98CB9
Black with #F98CB9
Text Example
Text Example
White with #F98CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98CB9; }
p { color: rgb(249,140,185); }
H1.HeaderClassName
{
color: #F98CB9;
}
.AnyTagClassName
{
color: #F98CB9;
}
</style>
background-color css
<style>
a { background-color: #F98CB9; }
a { background-color: rgb(249,140,185); }
div.DivClassName
{
background-color: #F98CB9;
}
.BgClassName
{
background-color: #F98CB9;
}
</style>
border-color css
<style>
span { border-color: #F98CB9; }
span { border-color: rgb(249,140,185); }
td.TdClassName
{
border-color: #F98CB9;
}
.TagClassName
{
border-color: #F98CB9;
}
</style>