Shades of Tea Rose #F98FBB
Tints of Tea Rose #F98FBB
RGB
CMYK
RGB Variations
Color information
#F98FBB (or 0xF98FBB) is known color: Tea Rose. HEX triplet: F9, 8F and BB. RGB value is (249,143,187). Sum of RGB (Red+Green+Blue) = 249+143+187=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FBB is #067044. Grayscale: #B3B3B3. Windows color (decimal): -421957 or 12292089. OLE color: 12292089.
HSL color Cylindrical-coordinate representation of color #F98FBB: hue angle of 335.09º 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 #F98FBB is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 187 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.02 |
| HSL | 335.09º | 0.9% | 0.77% | - |
| HSV(B) | 335.09º | 0.43% | 0.98% | - |
| XYZ | 57.86 | 43.37 | 52.34 | - |
| YUV | 179.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 187 | 0 | 0.43 | 0.25 | 0.02 | 335.09 | 0.9 | 0.77 |
| Hex | F9 | 8F | BB | 0 | 2B | 19 | 2 | 14F | 5A | 4D |
| Octal | 371 | 217 | 273 | 0 | 53 | 31 | 2 | 517 | 132 | 115 |
| Binary | 11111001 | 10001111 | 10111011 | 0 | 101011 | 11001 | 10 | 101001111 | 1011010 | 1001101 |
Color Harmonies of #F98FBB
Complementary color
Monochromatic Colors of #F98FBB
Black with #F98FBB
Text Example
Text Example
White with #F98FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FBB; }
p { color: rgb(249,143,187); }
H1.HeaderClassName
{
color: #F98FBB;
}
.AnyTagClassName
{
color: #F98FBB;
}
</style>
background-color css
<style>
a { background-color: #F98FBB; }
a { background-color: rgb(249,143,187); }
div.DivClassName
{
background-color: #F98FBB;
}
.BgClassName
{
background-color: #F98FBB;
}
</style>
border-color css
<style>
span { border-color: #F98FBB; }
span { border-color: rgb(249,143,187); }
td.TdClassName
{
border-color: #F98FBB;
}
.TagClassName
{
border-color: #F98FBB;
}
</style>