Shades of Tea Rose #F98ED1
Tints of Tea Rose #F98ED1
RGB
CMYK
RGB Variations
Color information
#F98ED1 (or 0xF98ED1) is known color: Tea Rose. HEX triplet: F9, 8E and D1. RGB value is (249,142,209). Sum of RGB (Red+Green+Blue) = 249+142+209=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ED1 is #06712E. Grayscale: #B5B5B5. Windows color (decimal): -422191 or 13733625. OLE color: 13733625.
HSL color Cylindrical-coordinate representation of color #F98ED1: hue angle of 322.43º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98ED1 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 209 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 322.43º | 0.9% | 0.77% | - |
| HSV(B) | 322.43º | 0.43% | 0.98% | - |
| XYZ | 60.25 | 44.09 | 65.66 | - |
| YUV | 181.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 209 | 0 | 0.43 | 0.16 | 0.02 | 322.43 | 0.9 | 0.77 |
| Hex | F9 | 8E | D1 | 0 | 2B | 10 | 2 | 142 | 5A | 4D |
| Octal | 371 | 216 | 321 | 0 | 53 | 20 | 2 | 502 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11010001 | 0 | 101011 | 10000 | 10 | 101000010 | 1011010 | 1001101 |
Color Harmonies of #F98ED1
Complementary color
Monochromatic Colors of #F98ED1
Black with #F98ED1
Text Example
Text Example
White with #F98ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ED1; }
p { color: rgb(249,142,209); }
H1.HeaderClassName
{
color: #F98ED1;
}
.AnyTagClassName
{
color: #F98ED1;
}
</style>
background-color css
<style>
a { background-color: #F98ED1; }
a { background-color: rgb(249,142,209); }
div.DivClassName
{
background-color: #F98ED1;
}
.BgClassName
{
background-color: #F98ED1;
}
</style>
border-color css
<style>
span { border-color: #F98ED1; }
span { border-color: rgb(249,142,209); }
td.TdClassName
{
border-color: #F98ED1;
}
.TagClassName
{
border-color: #F98ED1;
}
</style>