Shades of Tea Rose #F990BB
Tints of Tea Rose #F990BB
RGB
CMYK
RGB Variations
Color information
#F990BB (or 0xF990BB) is known color: Tea Rose. HEX triplet: F9, 90 and BB. RGB value is (249,144,187). Sum of RGB (Red+Green+Blue) = 249+144+187=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F990BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990BB is #066F44. Grayscale: #B4B4B4. Windows color (decimal): -421701 or 12292345. OLE color: 12292345.
HSL color Cylindrical-coordinate representation of color #F990BB: hue angle of 335.43º 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 #F990BB is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 187 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.02 |
| HSL | 335.43º | 0.9% | 0.77% | - |
| HSV(B) | 335.43º | 0.42% | 0.98% | - |
| XYZ | 58.01 | 43.67 | 52.39 | - |
| YUV | 180.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 187 | 0 | 0.42 | 0.25 | 0.02 | 335.43 | 0.9 | 0.77 |
| Hex | F9 | 90 | BB | 0 | 2A | 19 | 2 | 14F | 5A | 4D |
| Octal | 371 | 220 | 273 | 0 | 52 | 31 | 2 | 517 | 132 | 115 |
| Binary | 11111001 | 10010000 | 10111011 | 0 | 101010 | 11001 | 10 | 101001111 | 1011010 | 1001101 |
Color Harmonies of #F990BB
Complementary color
Monochromatic Colors of #F990BB
Black with #F990BB
Text Example
Text Example
White with #F990BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990BB; }
p { color: rgb(249,144,187); }
H1.HeaderClassName
{
color: #F990BB;
}
.AnyTagClassName
{
color: #F990BB;
}
</style>
background-color css
<style>
a { background-color: #F990BB; }
a { background-color: rgb(249,144,187); }
div.DivClassName
{
background-color: #F990BB;
}
.BgClassName
{
background-color: #F990BB;
}
</style>
border-color css
<style>
span { border-color: #F990BB; }
span { border-color: rgb(249,144,187); }
td.TdClassName
{
border-color: #F990BB;
}
.TagClassName
{
border-color: #F990BB;
}
</style>