Shades of Tea Rose #F98BC6
Tints of Tea Rose #F98BC6
RGB
CMYK
RGB Variations
Color information
#F98BC6 (or 0xF98BC6) is known color: Tea Rose. HEX triplet: F9, 8B and C6. RGB value is (249,139,198). Sum of RGB (Red+Green+Blue) = 249+139+198=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BC6 is #067439. Grayscale: #B2B2B2. Windows color (decimal): -422970 or 13011961. OLE color: 13011961.
HSL color Cylindrical-coordinate representation of color #F98BC6: hue angle of 327.82º 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 #F98BC6 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 198 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.02 |
| HSL | 327.82º | 0.9% | 0.76% | - |
| HSV(B) | 327.82º | 0.44% | 0.98% | - |
| XYZ | 58.49 | 42.68 | 58.58 | - |
| YUV | 178.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 198 | 0 | 0.44 | 0.20 | 0.02 | 327.82 | 0.9 | 0.76 |
| Hex | F9 | 8B | C6 | 0 | 2C | 14 | 2 | 148 | 5A | 4C |
| Octal | 371 | 213 | 306 | 0 | 54 | 24 | 2 | 510 | 132 | 114 |
| Binary | 11111001 | 10001011 | 11000110 | 0 | 101100 | 10100 | 10 | 101001000 | 1011010 | 1001100 |
Color Harmonies of #F98BC6
Complementary color
Monochromatic Colors of #F98BC6
Black with #F98BC6
Text Example
Text Example
White with #F98BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BC6; }
p { color: rgb(249,139,198); }
H1.HeaderClassName
{
color: #F98BC6;
}
.AnyTagClassName
{
color: #F98BC6;
}
</style>
background-color css
<style>
a { background-color: #F98BC6; }
a { background-color: rgb(249,139,198); }
div.DivClassName
{
background-color: #F98BC6;
}
.BgClassName
{
background-color: #F98BC6;
}
</style>
border-color css
<style>
span { border-color: #F98BC6; }
span { border-color: rgb(249,139,198); }
td.TdClassName
{
border-color: #F98BC6;
}
.TagClassName
{
border-color: #F98BC6;
}
</style>