Shades of Tea Rose #F98AD0
Tints of Tea Rose #F98AD0
RGB
CMYK
RGB Variations
Color information
#F98AD0 (or 0xF98AD0) is known color: Tea Rose. HEX triplet: F9, 8A and D0. RGB value is (249,138,208). Sum of RGB (Red+Green+Blue) = 249+138+208=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AD0 is #06752F. Grayscale: #B3B3B3. Windows color (decimal): -423216 or 13667065. OLE color: 13667065.
HSL color Cylindrical-coordinate representation of color #F98AD0: hue angle of 322.16º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98AD0 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 208 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.02 |
| HSL | 322.16º | 0.9% | 0.76% | - |
| HSV(B) | 322.16º | 0.45% | 0.98% | - |
| XYZ | 59.54 | 42.87 | 64.81 | - |
| YUV | 179.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 208 | 0 | 0.45 | 0.16 | 0.02 | 322.16 | 0.9 | 0.76 |
| Hex | F9 | 8A | D0 | 0 | 2D | 10 | 2 | 142 | 5A | 4C |
| Octal | 371 | 212 | 320 | 0 | 55 | 20 | 2 | 502 | 132 | 114 |
| Binary | 11111001 | 10001010 | 11010000 | 0 | 101101 | 10000 | 10 | 101000010 | 1011010 | 1001100 |
Color Harmonies of #F98AD0
Complementary color
Monochromatic Colors of #F98AD0
Black with #F98AD0
Text Example
Text Example
White with #F98AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98AD0; }
p { color: rgb(249,138,208); }
H1.HeaderClassName
{
color: #F98AD0;
}
.AnyTagClassName
{
color: #F98AD0;
}
</style>
background-color css
<style>
a { background-color: #F98AD0; }
a { background-color: rgb(249,138,208); }
div.DivClassName
{
background-color: #F98AD0;
}
.BgClassName
{
background-color: #F98AD0;
}
</style>
border-color css
<style>
span { border-color: #F98AD0; }
span { border-color: rgb(249,138,208); }
td.TdClassName
{
border-color: #F98AD0;
}
.TagClassName
{
border-color: #F98AD0;
}
</style>