Shades of Tea Rose #F990BA
Tints of Tea Rose #F990BA
RGB
CMYK
RGB Variations
Color information
#F990BA (or 0xF990BA) is known color: Tea Rose. HEX triplet: F9, 90 and BA. RGB value is (249,144,186). Sum of RGB (Red+Green+Blue) = 249+144+186=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F990BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990BA is #066F45. Grayscale: #B4B4B4. Windows color (decimal): -421702 or 12226809. OLE color: 12226809.
HSL color Cylindrical-coordinate representation of color #F990BA: hue angle of 336º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F990BA is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 186 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.02 |
| HSL | 336º | 0.9% | 0.77% | - |
| HSV(B) | 336º | 0.42% | 0.98% | - |
| XYZ | 57.9 | 43.63 | 51.82 | - |
| YUV | 180.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 186 | 0 | 0.42 | 0.25 | 0.02 | 336 | 0.9 | 0.77 |
| Hex | F9 | 90 | BA | 0 | 2A | 19 | 2 | 150 | 5A | 4D |
| Octal | 371 | 220 | 272 | 0 | 52 | 31 | 2 | 520 | 132 | 115 |
| Binary | 11111001 | 10010000 | 10111010 | 0 | 101010 | 11001 | 10 | 101010000 | 1011010 | 1001101 |
Color Harmonies of #F990BA
Complementary color
Monochromatic Colors of #F990BA
Black with #F990BA
Text Example
Text Example
White with #F990BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990BA; }
p { color: rgb(249,144,186); }
H1.HeaderClassName
{
color: #F990BA;
}
.AnyTagClassName
{
color: #F990BA;
}
</style>
background-color css
<style>
a { background-color: #F990BA; }
a { background-color: rgb(249,144,186); }
div.DivClassName
{
background-color: #F990BA;
}
.BgClassName
{
background-color: #F990BA;
}
</style>
border-color css
<style>
span { border-color: #F990BA; }
span { border-color: rgb(249,144,186); }
td.TdClassName
{
border-color: #F990BA;
}
.TagClassName
{
border-color: #F990BA;
}
</style>