Shades of Tea Rose #F98FCD
Tints of Tea Rose #F98FCD
RGB
CMYK
RGB Variations
Color information
#F98FCD (or 0xF98FCD) is known color: Tea Rose. HEX triplet: F9, 8F and CD. RGB value is (249,143,205). Sum of RGB (Red+Green+Blue) = 249+143+205=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FCD is #067032. Grayscale: #B5B5B5. Windows color (decimal): -421939 or 13471737. OLE color: 13471737.
HSL color Cylindrical-coordinate representation of color #F98FCD: hue angle of 324.91º 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 #F98FCD is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 205 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 324.91º | 0.9% | 0.77% | - |
| HSV(B) | 324.91º | 0.43% | 0.98% | - |
| XYZ | 59.91 | 44.19 | 63.13 | - |
| YUV | 181.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 205 | 0 | 0.43 | 0.18 | 0.02 | 324.91 | 0.9 | 0.77 |
| Hex | F9 | 8F | CD | 0 | 2B | 12 | 2 | 145 | 5A | 4D |
| Octal | 371 | 217 | 315 | 0 | 53 | 22 | 2 | 505 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11001101 | 0 | 101011 | 10010 | 10 | 101000101 | 1011010 | 1001101 |
Color Harmonies of #F98FCD
Complementary color
Monochromatic Colors of #F98FCD
Black with #F98FCD
Text Example
Text Example
White with #F98FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FCD; }
p { color: rgb(249,143,205); }
H1.HeaderClassName
{
color: #F98FCD;
}
.AnyTagClassName
{
color: #F98FCD;
}
</style>
background-color css
<style>
a { background-color: #F98FCD; }
a { background-color: rgb(249,143,205); }
div.DivClassName
{
background-color: #F98FCD;
}
.BgClassName
{
background-color: #F98FCD;
}
</style>
border-color css
<style>
span { border-color: #F98FCD; }
span { border-color: rgb(249,143,205); }
td.TdClassName
{
border-color: #F98FCD;
}
.TagClassName
{
border-color: #F98FCD;
}
</style>