Shades of Tea Rose #F98DBF
Tints of Tea Rose #F98DBF
RGB
CMYK
RGB Variations
Color information
#F98DBF (or 0xF98DBF) is known color: Tea Rose. HEX triplet: F9, 8D and BF. RGB value is (249,141,191). Sum of RGB (Red+Green+Blue) = 249+141+191=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DBF is #067240. Grayscale: #B2B2B2. Windows color (decimal): -422465 or 12553721. OLE color: 12553721.
HSL color Cylindrical-coordinate representation of color #F98DBF: hue angle of 332.22º 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 #F98DBF is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 191 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.02 |
| HSL | 332.22º | 0.9% | 0.76% | - |
| HSV(B) | 332.22º | 0.43% | 0.98% | - |
| XYZ | 58 | 42.95 | 54.52 | - |
| YUV | 178.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 191 | 0 | 0.43 | 0.23 | 0.02 | 332.22 | 0.9 | 0.76 |
| Hex | F9 | 8D | BF | 0 | 2B | 17 | 2 | 14C | 5A | 4C |
| Octal | 371 | 215 | 277 | 0 | 53 | 27 | 2 | 514 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10111111 | 0 | 101011 | 10111 | 10 | 101001100 | 1011010 | 1001100 |
Color Harmonies of #F98DBF
Complementary color
Monochromatic Colors of #F98DBF
Black with #F98DBF
Text Example
Text Example
White with #F98DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DBF; }
p { color: rgb(249,141,191); }
H1.HeaderClassName
{
color: #F98DBF;
}
.AnyTagClassName
{
color: #F98DBF;
}
</style>
background-color css
<style>
a { background-color: #F98DBF; }
a { background-color: rgb(249,141,191); }
div.DivClassName
{
background-color: #F98DBF;
}
.BgClassName
{
background-color: #F98DBF;
}
</style>
border-color css
<style>
span { border-color: #F98DBF; }
span { border-color: rgb(249,141,191); }
td.TdClassName
{
border-color: #F98DBF;
}
.TagClassName
{
border-color: #F98DBF;
}
</style>