Shades of Tea Rose #F98CC2
Tints of Tea Rose #F98CC2
RGB
CMYK
RGB Variations
Color information
#F98CC2 (or 0xF98CC2) is known color: Tea Rose. HEX triplet: F9, 8C and C2. RGB value is (249,140,194). Sum of RGB (Red+Green+Blue) = 249+140+194=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CC2 is #06733D. Grayscale: #B2B2B2. Windows color (decimal): -422718 or 12750073. OLE color: 12750073.
HSL color Cylindrical-coordinate representation of color #F98CC2: hue angle of 330.28º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98CC2 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 194 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.02 |
| HSL | 330.28º | 0.9% | 0.76% | - |
| HSV(B) | 330.28º | 0.44% | 0.98% | - |
| XYZ | 58.18 | 42.79 | 56.23 | - |
| YUV | 178.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 194 | 0 | 0.44 | 0.22 | 0.02 | 330.28 | 0.9 | 0.76 |
| Hex | F9 | 8C | C2 | 0 | 2C | 16 | 2 | 14A | 5A | 4C |
| Octal | 371 | 214 | 302 | 0 | 54 | 26 | 2 | 512 | 132 | 114 |
| Binary | 11111001 | 10001100 | 11000010 | 0 | 101100 | 10110 | 10 | 101001010 | 1011010 | 1001100 |
Color Harmonies of #F98CC2
Complementary color
Monochromatic Colors of #F98CC2
Black with #F98CC2
Text Example
Text Example
White with #F98CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98CC2; }
p { color: rgb(249,140,194); }
H1.HeaderClassName
{
color: #F98CC2;
}
.AnyTagClassName
{
color: #F98CC2;
}
</style>
background-color css
<style>
a { background-color: #F98CC2; }
a { background-color: rgb(249,140,194); }
div.DivClassName
{
background-color: #F98CC2;
}
.BgClassName
{
background-color: #F98CC2;
}
</style>
border-color css
<style>
span { border-color: #F98CC2; }
span { border-color: rgb(249,140,194); }
td.TdClassName
{
border-color: #F98CC2;
}
.TagClassName
{
border-color: #F98CC2;
}
</style>