Shades of Tea Rose #F98AD3
Tints of Tea Rose #F98AD3
RGB
CMYK
RGB Variations
Color information
#F98AD3 (or 0xF98AD3) is known color: Tea Rose. HEX triplet: F9, 8A and D3. RGB value is (249,138,211). Sum of RGB (Red+Green+Blue) = 249+138+211=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AD3 is #06752C. Grayscale: #B3B3B3. Windows color (decimal): -423213 or 13863673. OLE color: 13863673.
HSL color Cylindrical-coordinate representation of color #F98AD3: hue angle of 320.54º 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 #F98AD3 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 211 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.02 |
| HSL | 320.54º | 0.9% | 0.76% | - |
| HSV(B) | 320.54º | 0.45% | 0.98% | - |
| XYZ | 59.91 | 43.02 | 66.77 | - |
| YUV | 179.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 211 | 0 | 0.45 | 0.15 | 0.02 | 320.54 | 0.9 | 0.76 |
| Hex | F9 | 8A | D3 | 0 | 2D | F | 2 | 141 | 5A | 4C |
| Octal | 371 | 212 | 323 | 0 | 55 | 17 | 2 | 501 | 132 | 114 |
| Binary | 11111001 | 10001010 | 11010011 | 0 | 101101 | 1111 | 10 | 101000001 | 1011010 | 1001100 |
Color Harmonies of #F98AD3
Complementary color
Monochromatic Colors of #F98AD3
Black with #F98AD3
Text Example
Text Example
White with #F98AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98AD3; }
p { color: rgb(249,138,211); }
H1.HeaderClassName
{
color: #F98AD3;
}
.AnyTagClassName
{
color: #F98AD3;
}
</style>
background-color css
<style>
a { background-color: #F98AD3; }
a { background-color: rgb(249,138,211); }
div.DivClassName
{
background-color: #F98AD3;
}
.BgClassName
{
background-color: #F98AD3;
}
</style>
border-color css
<style>
span { border-color: #F98AD3; }
span { border-color: rgb(249,138,211); }
td.TdClassName
{
border-color: #F98AD3;
}
.TagClassName
{
border-color: #F98AD3;
}
</style>