Shades of Tea Rose #F98EC3
Tints of Tea Rose #F98EC3
RGB
CMYK
RGB Variations
Color information
#F98EC3 (or 0xF98EC3) is known color: Tea Rose. HEX triplet: F9, 8E and C3. RGB value is (249,142,195). Sum of RGB (Red+Green+Blue) = 249+142+195=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98EC3 is #06713C. Grayscale: #B3B3B3. Windows color (decimal): -422205 or 12816121. OLE color: 12816121.
HSL color Cylindrical-coordinate representation of color #F98EC3: hue angle of 330.28º 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 #F98EC3 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 195 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.02 |
| HSL | 330.28º | 0.9% | 0.77% | - |
| HSV(B) | 330.28º | 0.43% | 0.98% | - |
| XYZ | 58.59 | 43.43 | 56.92 | - |
| YUV | 180.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 195 | 0 | 0.43 | 0.22 | 0.02 | 330.28 | 0.9 | 0.77 |
| Hex | F9 | 8E | C3 | 0 | 2B | 16 | 2 | 14A | 5A | 4D |
| Octal | 371 | 216 | 303 | 0 | 53 | 26 | 2 | 512 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11000011 | 0 | 101011 | 10110 | 10 | 101001010 | 1011010 | 1001101 |
Color Harmonies of #F98EC3
Complementary color
Monochromatic Colors of #F98EC3
Black with #F98EC3
Text Example
Text Example
White with #F98EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EC3; }
p { color: rgb(249,142,195); }
H1.HeaderClassName
{
color: #F98EC3;
}
.AnyTagClassName
{
color: #F98EC3;
}
</style>
background-color css
<style>
a { background-color: #F98EC3; }
a { background-color: rgb(249,142,195); }
div.DivClassName
{
background-color: #F98EC3;
}
.BgClassName
{
background-color: #F98EC3;
}
</style>
border-color css
<style>
span { border-color: #F98EC3; }
span { border-color: rgb(249,142,195); }
td.TdClassName
{
border-color: #F98EC3;
}
.TagClassName
{
border-color: #F98EC3;
}
</style>