Shades of Tea Rose #F98DCD
Tints of Tea Rose #F98DCD
RGB
CMYK
RGB Variations
Color information
#F98DCD (or 0xF98DCD) is known color: Tea Rose. HEX triplet: F9, 8D and CD. RGB value is (249,141,205). Sum of RGB (Red+Green+Blue) = 249+141+205=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DCD is #067232. Grayscale: #B4B4B4. Windows color (decimal): -422451 or 13471225. OLE color: 13471225.
HSL color Cylindrical-coordinate representation of color #F98DCD: hue angle of 324.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DCD is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 205 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 324.44º | 0.9% | 0.76% | - |
| HSV(B) | 324.44º | 0.43% | 0.98% | - |
| XYZ | 59.61 | 43.6 | 63.03 | - |
| YUV | 180.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 205 | 0 | 0.43 | 0.18 | 0.02 | 324.44 | 0.9 | 0.76 |
| Hex | F9 | 8D | CD | 0 | 2B | 12 | 2 | 144 | 5A | 4C |
| Octal | 371 | 215 | 315 | 0 | 53 | 22 | 2 | 504 | 132 | 114 |
| Binary | 11111001 | 10001101 | 11001101 | 0 | 101011 | 10010 | 10 | 101000100 | 1011010 | 1001100 |
Color Harmonies of #F98DCD
Complementary color
Monochromatic Colors of #F98DCD
Black with #F98DCD
Text Example
Text Example
White with #F98DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DCD; }
p { color: rgb(249,141,205); }
H1.HeaderClassName
{
color: #F98DCD;
}
.AnyTagClassName
{
color: #F98DCD;
}
</style>
background-color css
<style>
a { background-color: #F98DCD; }
a { background-color: rgb(249,141,205); }
div.DivClassName
{
background-color: #F98DCD;
}
.BgClassName
{
background-color: #F98DCD;
}
</style>
border-color css
<style>
span { border-color: #F98DCD; }
span { border-color: rgb(249,141,205); }
td.TdClassName
{
border-color: #F98DCD;
}
.TagClassName
{
border-color: #F98DCD;
}
</style>