Shades of Tea Rose #F992BE
Tints of Tea Rose #F992BE
RGB
CMYK
RGB Variations
Color information
#F992BE (or 0xF992BE) is known color: Tea Rose. HEX triplet: F9, 92 and BE. RGB value is (249,146,190). Sum of RGB (Red+Green+Blue) = 249+146+190=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F992BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992BE is #066D41. Grayscale: #B5B5B5. Windows color (decimal): -421186 or 12489465. OLE color: 12489465.
HSL color Cylindrical-coordinate representation of color #F992BE: hue angle of 334.37º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992BE is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 190 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.02 |
| HSL | 334.37º | 0.9% | 0.77% | - |
| HSV(B) | 334.37º | 0.41% | 0.98% | - |
| XYZ | 58.64 | 44.42 | 54.2 | - |
| YUV | 181.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 190 | 0 | 0.41 | 0.24 | 0.02 | 334.37 | 0.9 | 0.77 |
| Hex | F9 | 92 | BE | 0 | 29 | 18 | 2 | 14E | 5A | 4D |
| Octal | 371 | 222 | 276 | 0 | 51 | 30 | 2 | 516 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10111110 | 0 | 101001 | 11000 | 10 | 101001110 | 1011010 | 1001101 |
Color Harmonies of #F992BE
Complementary color
Monochromatic Colors of #F992BE
Black with #F992BE
Text Example
Text Example
White with #F992BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992BE; }
p { color: rgb(249,146,190); }
H1.HeaderClassName
{
color: #F992BE;
}
.AnyTagClassName
{
color: #F992BE;
}
</style>
background-color css
<style>
a { background-color: #F992BE; }
a { background-color: rgb(249,146,190); }
div.DivClassName
{
background-color: #F992BE;
}
.BgClassName
{
background-color: #F992BE;
}
</style>
border-color css
<style>
span { border-color: #F992BE; }
span { border-color: rgb(249,146,190); }
td.TdClassName
{
border-color: #F992BE;
}
.TagClassName
{
border-color: #F992BE;
}
</style>