Shades of Tea Rose #F790C1
Tints of Tea Rose #F790C1
RGB
CMYK
RGB Variations
Color information
#F790C1 (or 0xF790C1) is known color: Tea Rose. HEX triplet: F7, 90 and C1. RGB value is (247,144,193). Sum of RGB (Red+Green+Blue) = 247+144+193=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F790C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790C1 is #086F3E. Grayscale: #B4B4B4. Windows color (decimal): -552767 or 12685559. OLE color: 12685559.
HSL color Cylindrical-coordinate representation of color #F790C1: hue angle of 331.46º 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 #F790C1 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 193 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.03 |
| HSL | 331.46º | 0.87% | 0.77% | - |
| HSV(B) | 331.46º | 0.42% | 0.97% | - |
| XYZ | 57.96 | 43.57 | 55.81 | - |
| YUV | 180.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 193 | 0 | 0.42 | 0.22 | 0.03 | 331.46 | 0.87 | 0.77 |
| Hex | F7 | 90 | C1 | 0 | 2A | 16 | 3 | 14B | 57 | 4D |
| Octal | 367 | 220 | 301 | 0 | 52 | 26 | 3 | 513 | 127 | 115 |
| Binary | 11110111 | 10010000 | 11000001 | 0 | 101010 | 10110 | 11 | 101001011 | 1010111 | 1001101 |
Color Harmonies of #F790C1
Complementary color
Monochromatic Colors of #F790C1
Black with #F790C1
Text Example
Text Example
White with #F790C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790C1; }
p { color: rgb(247,144,193); }
H1.HeaderClassName
{
color: #F790C1;
}
.AnyTagClassName
{
color: #F790C1;
}
</style>
background-color css
<style>
a { background-color: #F790C1; }
a { background-color: rgb(247,144,193); }
div.DivClassName
{
background-color: #F790C1;
}
.BgClassName
{
background-color: #F790C1;
}
</style>
border-color css
<style>
span { border-color: #F790C1; }
span { border-color: rgb(247,144,193); }
td.TdClassName
{
border-color: #F790C1;
}
.TagClassName
{
border-color: #F790C1;
}
</style>