Shades of Tea Rose #F98AC0
Tints of Tea Rose #F98AC0
RGB
CMYK
RGB Variations
Color information
#F98AC0 (or 0xF98AC0) is known color: Tea Rose. HEX triplet: F9, 8A and C0. RGB value is (249,138,192). Sum of RGB (Red+Green+Blue) = 249+138+192=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AC0 is #06753F. Grayscale: #B1B1B1. Windows color (decimal): -423232 or 12618489. OLE color: 12618489.
HSL color Cylindrical-coordinate representation of color #F98AC0: hue angle of 330.81º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98AC0 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 192 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.02 |
| HSL | 330.81º | 0.9% | 0.76% | - |
| HSV(B) | 330.81º | 0.45% | 0.98% | - |
| XYZ | 57.67 | 42.12 | 54.96 | - |
| YUV | 177.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 192 | 0 | 0.45 | 0.23 | 0.02 | 330.81 | 0.9 | 0.76 |
| Hex | F9 | 8A | C0 | 0 | 2D | 17 | 2 | 14B | 5A | 4C |
| Octal | 371 | 212 | 300 | 0 | 55 | 27 | 2 | 513 | 132 | 114 |
| Binary | 11111001 | 10001010 | 11000000 | 0 | 101101 | 10111 | 10 | 101001011 | 1011010 | 1001100 |
Color Harmonies of #F98AC0
Complementary color
Monochromatic Colors of #F98AC0
Black with #F98AC0
Text Example
Text Example
White with #F98AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98AC0; }
p { color: rgb(249,138,192); }
H1.HeaderClassName
{
color: #F98AC0;
}
.AnyTagClassName
{
color: #F98AC0;
}
</style>
background-color css
<style>
a { background-color: #F98AC0; }
a { background-color: rgb(249,138,192); }
div.DivClassName
{
background-color: #F98AC0;
}
.BgClassName
{
background-color: #F98AC0;
}
</style>
border-color css
<style>
span { border-color: #F98AC0; }
span { border-color: rgb(249,138,192); }
td.TdClassName
{
border-color: #F98AC0;
}
.TagClassName
{
border-color: #F98AC0;
}
</style>