Shades of Tea Rose #F98BC7
Tints of Tea Rose #F98BC7
RGB
CMYK
RGB Variations
Color information
#F98BC7 (or 0xF98BC7) is known color: Tea Rose. HEX triplet: F9, 8B and C7. RGB value is (249,139,199). Sum of RGB (Red+Green+Blue) = 249+139+199=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BC7 is #067438. Grayscale: #B2B2B2. Windows color (decimal): -422969 or 13077497. OLE color: 13077497.
HSL color Cylindrical-coordinate representation of color #F98BC7: hue angle of 327.27º 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 #F98BC7 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 199 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.02 |
| HSL | 327.27º | 0.9% | 0.76% | - |
| HSV(B) | 327.27º | 0.44% | 0.98% | - |
| XYZ | 58.61 | 42.73 | 59.19 | - |
| YUV | 178.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 199 | 0 | 0.44 | 0.20 | 0.02 | 327.27 | 0.9 | 0.76 |
| Hex | F9 | 8B | C7 | 0 | 2C | 14 | 2 | 147 | 5A | 4C |
| Octal | 371 | 213 | 307 | 0 | 54 | 24 | 2 | 507 | 132 | 114 |
| Binary | 11111001 | 10001011 | 11000111 | 0 | 101100 | 10100 | 10 | 101000111 | 1011010 | 1001100 |
Color Harmonies of #F98BC7
Complementary color
Monochromatic Colors of #F98BC7
Black with #F98BC7
Text Example
Text Example
White with #F98BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BC7; }
p { color: rgb(249,139,199); }
H1.HeaderClassName
{
color: #F98BC7;
}
.AnyTagClassName
{
color: #F98BC7;
}
</style>
background-color css
<style>
a { background-color: #F98BC7; }
a { background-color: rgb(249,139,199); }
div.DivClassName
{
background-color: #F98BC7;
}
.BgClassName
{
background-color: #F98BC7;
}
</style>
border-color css
<style>
span { border-color: #F98BC7; }
span { border-color: rgb(249,139,199); }
td.TdClassName
{
border-color: #F98BC7;
}
.TagClassName
{
border-color: #F98BC7;
}
</style>