Shades of Tea Rose #F790BF
Tints of Tea Rose #F790BF
RGB
CMYK
RGB Variations
Color information
#F790BF (or 0xF790BF) is known color: Tea Rose. HEX triplet: F7, 90 and BF. RGB value is (247,144,191). Sum of RGB (Red+Green+Blue) = 247+144+191=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F790BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790BF is #086F40. Grayscale: #B4B4B4. Windows color (decimal): -552769 or 12554487. OLE color: 12554487.
HSL color Cylindrical-coordinate representation of color #F790BF: hue angle of 332.62º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F790BF is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 191 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.03 |
| HSL | 332.62º | 0.87% | 0.77% | - |
| HSV(B) | 332.62º | 0.42% | 0.97% | - |
| XYZ | 57.74 | 43.48 | 54.64 | - |
| YUV | 180.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 191 | 0 | 0.42 | 0.23 | 0.03 | 332.62 | 0.87 | 0.77 |
| Hex | F7 | 90 | BF | 0 | 2A | 17 | 3 | 14D | 57 | 4D |
| Octal | 367 | 220 | 277 | 0 | 52 | 27 | 3 | 515 | 127 | 115 |
| Binary | 11110111 | 10010000 | 10111111 | 0 | 101010 | 10111 | 11 | 101001101 | 1010111 | 1001101 |
Color Harmonies of #F790BF
Complementary color
Monochromatic Colors of #F790BF
Black with #F790BF
Text Example
Text Example
White with #F790BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790BF; }
p { color: rgb(247,144,191); }
H1.HeaderClassName
{
color: #F790BF;
}
.AnyTagClassName
{
color: #F790BF;
}
</style>
background-color css
<style>
a { background-color: #F790BF; }
a { background-color: rgb(247,144,191); }
div.DivClassName
{
background-color: #F790BF;
}
.BgClassName
{
background-color: #F790BF;
}
</style>
border-color css
<style>
span { border-color: #F790BF; }
span { border-color: rgb(247,144,191); }
td.TdClassName
{
border-color: #F790BF;
}
.TagClassName
{
border-color: #F790BF;
}
</style>