Shades of Tea Rose #F98DD2
Tints of Tea Rose #F98DD2
RGB
CMYK
RGB Variations
Color information
#F98DD2 (or 0xF98DD2) is known color: Tea Rose. HEX triplet: F9, 8D and D2. RGB value is (249,141,210). Sum of RGB (Red+Green+Blue) = 249+141+210=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DD2 is #06722D. Grayscale: #B4B4B4. Windows color (decimal): -422446 or 13798905. OLE color: 13798905.
HSL color Cylindrical-coordinate representation of color #F98DD2: hue angle of 321.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 #F98DD2 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 210 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 321.67º | 0.9% | 0.76% | - |
| HSV(B) | 321.67º | 0.43% | 0.98% | - |
| XYZ | 60.22 | 43.84 | 66.26 | - |
| YUV | 181.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 210 | 0 | 0.43 | 0.16 | 0.02 | 321.67 | 0.9 | 0.76 |
| Hex | F9 | 8D | D2 | 0 | 2B | 10 | 2 | 142 | 5A | 4C |
| Octal | 371 | 215 | 322 | 0 | 53 | 20 | 2 | 502 | 132 | 114 |
| Binary | 11111001 | 10001101 | 11010010 | 0 | 101011 | 10000 | 10 | 101000010 | 1011010 | 1001100 |
Color Harmonies of #F98DD2
Complementary color
Monochromatic Colors of #F98DD2
Black with #F98DD2
Text Example
Text Example
White with #F98DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DD2; }
p { color: rgb(249,141,210); }
H1.HeaderClassName
{
color: #F98DD2;
}
.AnyTagClassName
{
color: #F98DD2;
}
</style>
background-color css
<style>
a { background-color: #F98DD2; }
a { background-color: rgb(249,141,210); }
div.DivClassName
{
background-color: #F98DD2;
}
.BgClassName
{
background-color: #F98DD2;
}
</style>
border-color css
<style>
span { border-color: #F98DD2; }
span { border-color: rgb(249,141,210); }
td.TdClassName
{
border-color: #F98DD2;
}
.TagClassName
{
border-color: #F98DD2;
}
</style>