Shades of Tea Rose #F98DC0
Tints of Tea Rose #F98DC0
RGB
CMYK
RGB Variations
Color information
#F98DC0 (or 0xF98DC0) is known color: Tea Rose. HEX triplet: F9, 8D and C0. RGB value is (249,141,192). Sum of RGB (Red+Green+Blue) = 249+141+192=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DC0 is #06723F. Grayscale: #B3B3B3. Windows color (decimal): -422464 or 12619257. OLE color: 12619257.
HSL color Cylindrical-coordinate representation of color #F98DC0: hue angle of 331.67º 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 #F98DC0 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 192 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.02 |
| HSL | 331.67º | 0.9% | 0.76% | - |
| HSV(B) | 331.67º | 0.43% | 0.98% | - |
| XYZ | 58.11 | 43 | 55.11 | - |
| YUV | 179.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 192 | 0 | 0.43 | 0.23 | 0.02 | 331.67 | 0.9 | 0.76 |
| Hex | F9 | 8D | C0 | 0 | 2B | 17 | 2 | 14C | 5A | 4C |
| Octal | 371 | 215 | 300 | 0 | 53 | 27 | 2 | 514 | 132 | 114 |
| Binary | 11111001 | 10001101 | 11000000 | 0 | 101011 | 10111 | 10 | 101001100 | 1011010 | 1001100 |
Color Harmonies of #F98DC0
Complementary color
Monochromatic Colors of #F98DC0
Black with #F98DC0
Text Example
Text Example
White with #F98DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DC0; }
p { color: rgb(249,141,192); }
H1.HeaderClassName
{
color: #F98DC0;
}
.AnyTagClassName
{
color: #F98DC0;
}
</style>
background-color css
<style>
a { background-color: #F98DC0; }
a { background-color: rgb(249,141,192); }
div.DivClassName
{
background-color: #F98DC0;
}
.BgClassName
{
background-color: #F98DC0;
}
</style>
border-color css
<style>
span { border-color: #F98DC0; }
span { border-color: rgb(249,141,192); }
td.TdClassName
{
border-color: #F98DC0;
}
.TagClassName
{
border-color: #F98DC0;
}
</style>