Shades of Tea Rose #F98DB9
Tints of Tea Rose #F98DB9
RGB
CMYK
RGB Variations
Color information
#F98DB9 (or 0xF98DB9) is known color: Tea Rose. HEX triplet: F9, 8D and B9. RGB value is (249,141,185). Sum of RGB (Red+Green+Blue) = 249+141+185=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DB9 is #067246. Grayscale: #B2B2B2. Windows color (decimal): -422471 or 12160505. OLE color: 12160505.
HSL color Cylindrical-coordinate representation of color #F98DB9: hue angle of 335.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DB9 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 185 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.02 |
| HSL | 335.56º | 0.9% | 0.76% | - |
| HSV(B) | 335.56º | 0.43% | 0.98% | - |
| XYZ | 57.35 | 42.69 | 51.12 | - |
| YUV | 178.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 185 | 0 | 0.43 | 0.26 | 0.02 | 335.56 | 0.9 | 0.76 |
| Hex | F9 | 8D | B9 | 0 | 2B | 1A | 2 | 150 | 5A | 4C |
| Octal | 371 | 215 | 271 | 0 | 53 | 32 | 2 | 520 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10111001 | 0 | 101011 | 11010 | 10 | 101010000 | 1011010 | 1001100 |
Color Harmonies of #F98DB9
Complementary color
Monochromatic Colors of #F98DB9
Black with #F98DB9
Text Example
Text Example
White with #F98DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DB9; }
p { color: rgb(249,141,185); }
H1.HeaderClassName
{
color: #F98DB9;
}
.AnyTagClassName
{
color: #F98DB9;
}
</style>
background-color css
<style>
a { background-color: #F98DB9; }
a { background-color: rgb(249,141,185); }
div.DivClassName
{
background-color: #F98DB9;
}
.BgClassName
{
background-color: #F98DB9;
}
</style>
border-color css
<style>
span { border-color: #F98DB9; }
span { border-color: rgb(249,141,185); }
td.TdClassName
{
border-color: #F98DB9;
}
.TagClassName
{
border-color: #F98DB9;
}
</style>