Shades of Tea Rose #F790C8
Tints of Tea Rose #F790C8
RGB
CMYK
RGB Variations
Color information
#F790C8 (or 0xF790C8) is known color: Tea Rose. HEX triplet: F7, 90 and C8. RGB value is (247,144,200). Sum of RGB (Red+Green+Blue) = 247+144+200=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F790C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790C8 is #086F37. Grayscale: #B5B5B5. Windows color (decimal): -552760 or 13144311. OLE color: 13144311.
HSL color Cylindrical-coordinate representation of color #F790C8: hue angle of 327.38º 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 #F790C8 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 200 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.03 |
| HSL | 327.38º | 0.87% | 0.77% | - |
| HSV(B) | 327.38º | 0.42% | 0.97% | - |
| XYZ | 58.76 | 43.89 | 60.02 | - |
| YUV | 181.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 200 | 0 | 0.42 | 0.19 | 0.03 | 327.38 | 0.87 | 0.77 |
| Hex | F7 | 90 | C8 | 0 | 2A | 13 | 3 | 147 | 57 | 4D |
| Octal | 367 | 220 | 310 | 0 | 52 | 23 | 3 | 507 | 127 | 115 |
| Binary | 11110111 | 10010000 | 11001000 | 0 | 101010 | 10011 | 11 | 101000111 | 1010111 | 1001101 |
Color Harmonies of #F790C8
Complementary color
Monochromatic Colors of #F790C8
Black with #F790C8
Text Example
Text Example
White with #F790C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790C8; }
p { color: rgb(247,144,200); }
H1.HeaderClassName
{
color: #F790C8;
}
.AnyTagClassName
{
color: #F790C8;
}
</style>
background-color css
<style>
a { background-color: #F790C8; }
a { background-color: rgb(247,144,200); }
div.DivClassName
{
background-color: #F790C8;
}
.BgClassName
{
background-color: #F790C8;
}
</style>
border-color css
<style>
span { border-color: #F790C8; }
span { border-color: rgb(247,144,200); }
td.TdClassName
{
border-color: #F790C8;
}
.TagClassName
{
border-color: #F790C8;
}
</style>