Shades of Tea Rose #F98FD1
Tints of Tea Rose #F98FD1
RGB
CMYK
RGB Variations
Color information
#F98FD1 (or 0xF98FD1) is known color: Tea Rose. HEX triplet: F9, 8F and D1. RGB value is (249,143,209). Sum of RGB (Red+Green+Blue) = 249+143+209=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FD1 is #06702E. Grayscale: #B6B6B6. Windows color (decimal): -421935 or 13733881. OLE color: 13733881.
HSL color Cylindrical-coordinate representation of color #F98FD1: hue angle of 322.64º 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 #F98FD1 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 209 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 322.64º | 0.9% | 0.77% | - |
| HSV(B) | 322.64º | 0.43% | 0.98% | - |
| XYZ | 60.4 | 44.39 | 65.71 | - |
| YUV | 182.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 209 | 0 | 0.43 | 0.16 | 0.02 | 322.64 | 0.9 | 0.77 |
| Hex | F9 | 8F | D1 | 0 | 2B | 10 | 2 | 143 | 5A | 4D |
| Octal | 371 | 217 | 321 | 0 | 53 | 20 | 2 | 503 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11010001 | 0 | 101011 | 10000 | 10 | 101000011 | 1011010 | 1001101 |
Color Harmonies of #F98FD1
Complementary color
Monochromatic Colors of #F98FD1
Black with #F98FD1
Text Example
Text Example
White with #F98FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FD1; }
p { color: rgb(249,143,209); }
H1.HeaderClassName
{
color: #F98FD1;
}
.AnyTagClassName
{
color: #F98FD1;
}
</style>
background-color css
<style>
a { background-color: #F98FD1; }
a { background-color: rgb(249,143,209); }
div.DivClassName
{
background-color: #F98FD1;
}
.BgClassName
{
background-color: #F98FD1;
}
</style>
border-color css
<style>
span { border-color: #F98FD1; }
span { border-color: rgb(249,143,209); }
td.TdClassName
{
border-color: #F98FD1;
}
.TagClassName
{
border-color: #F98FD1;
}
</style>