Shades of Tea Rose #F98FCE
Tints of Tea Rose #F98FCE
RGB
CMYK
RGB Variations
Color information
#F98FCE (or 0xF98FCE) is known color: Tea Rose. HEX triplet: F9, 8F and CE. RGB value is (249,143,206). Sum of RGB (Red+Green+Blue) = 249+143+206=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FCE is #067031. Grayscale: #B5B5B5. Windows color (decimal): -421938 or 13537273. OLE color: 13537273.
HSL color Cylindrical-coordinate representation of color #F98FCE: hue angle of 324.34º 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 #F98FCE is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 206 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.02 |
| HSL | 324.34º | 0.9% | 0.77% | - |
| HSV(B) | 324.34º | 0.43% | 0.98% | - |
| XYZ | 60.03 | 44.24 | 63.77 | - |
| YUV | 181.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 206 | 0 | 0.43 | 0.17 | 0.02 | 324.34 | 0.9 | 0.77 |
| Hex | F9 | 8F | CE | 0 | 2B | 11 | 2 | 144 | 5A | 4D |
| Octal | 371 | 217 | 316 | 0 | 53 | 21 | 2 | 504 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11001110 | 0 | 101011 | 10001 | 10 | 101000100 | 1011010 | 1001101 |
Color Harmonies of #F98FCE
Complementary color
Monochromatic Colors of #F98FCE
Black with #F98FCE
Text Example
Text Example
White with #F98FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FCE; }
p { color: rgb(249,143,206); }
H1.HeaderClassName
{
color: #F98FCE;
}
.AnyTagClassName
{
color: #F98FCE;
}
</style>
background-color css
<style>
a { background-color: #F98FCE; }
a { background-color: rgb(249,143,206); }
div.DivClassName
{
background-color: #F98FCE;
}
.BgClassName
{
background-color: #F98FCE;
}
</style>
border-color css
<style>
span { border-color: #F98FCE; }
span { border-color: rgb(249,143,206); }
td.TdClassName
{
border-color: #F98FCE;
}
.TagClassName
{
border-color: #F98FCE;
}
</style>