Shades of Tea Rose #F98EC1
Tints of Tea Rose #F98EC1
RGB
CMYK
RGB Variations
Color information
#F98EC1 (or 0xF98EC1) is known color: Tea Rose. HEX triplet: F9, 8E and C1. RGB value is (249,142,193). Sum of RGB (Red+Green+Blue) = 249+142+193=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98EC1 is #06713E. Grayscale: #B3B3B3. Windows color (decimal): -422207 or 12685049. OLE color: 12685049.
HSL color Cylindrical-coordinate representation of color #F98EC1: hue angle of 331.4º 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 #F98EC1 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 193 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.02 |
| HSL | 331.4º | 0.9% | 0.77% | - |
| HSV(B) | 331.4º | 0.43% | 0.98% | - |
| XYZ | 58.37 | 43.34 | 55.74 | - |
| YUV | 179.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 193 | 0 | 0.43 | 0.22 | 0.02 | 331.4 | 0.9 | 0.77 |
| Hex | F9 | 8E | C1 | 0 | 2B | 16 | 2 | 14B | 5A | 4D |
| Octal | 371 | 216 | 301 | 0 | 53 | 26 | 2 | 513 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11000001 | 0 | 101011 | 10110 | 10 | 101001011 | 1011010 | 1001101 |
Color Harmonies of #F98EC1
Complementary color
Monochromatic Colors of #F98EC1
Black with #F98EC1
Text Example
Text Example
White with #F98EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EC1; }
p { color: rgb(249,142,193); }
H1.HeaderClassName
{
color: #F98EC1;
}
.AnyTagClassName
{
color: #F98EC1;
}
</style>
background-color css
<style>
a { background-color: #F98EC1; }
a { background-color: rgb(249,142,193); }
div.DivClassName
{
background-color: #F98EC1;
}
.BgClassName
{
background-color: #F98EC1;
}
</style>
border-color css
<style>
span { border-color: #F98EC1; }
span { border-color: rgb(249,142,193); }
td.TdClassName
{
border-color: #F98EC1;
}
.TagClassName
{
border-color: #F98EC1;
}
</style>