Shades of Tea Rose #F190C6
Tints of Tea Rose #F190C6
RGB
CMYK
RGB Variations
Color information
#F190C6 (or 0xF190C6) is known color: Tea Rose. HEX triplet: F1, 90 and C6. RGB value is (241,144,198). Sum of RGB (Red+Green+Blue) = 241+144+198=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F190C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190C6 is #0E6F39. Grayscale: #B3B3B3. Windows color (decimal): -945978 or 13013233. OLE color: 13013233.
HSL color Cylindrical-coordinate representation of color #F190C6: hue angle of 326.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190C6 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 198 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.05 |
| HSL | 326.6º | 0.78% | 0.75% | - |
| HSV(B) | 326.6º | 0.4% | 0.95% | - |
| XYZ | 56.44 | 42.72 | 58.7 | - |
| YUV | 179.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 198 | 0 | 0.40 | 0.18 | 0.05 | 326.6 | 0.78 | 0.75 |
| Hex | F1 | 90 | C6 | 0 | 28 | 12 | 5 | 147 | 4E | 4B |
| Octal | 361 | 220 | 306 | 0 | 50 | 22 | 5 | 507 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11000110 | 0 | 101000 | 10010 | 101 | 101000111 | 1001110 | 1001011 |
Color Harmonies of #F190C6
Complementary color
Monochromatic Colors of #F190C6
Black with #F190C6
Text Example
Text Example
White with #F190C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190C6; }
p { color: rgb(241,144,198); }
H1.HeaderClassName
{
color: #F190C6;
}
.AnyTagClassName
{
color: #F190C6;
}
</style>
background-color css
<style>
a { background-color: #F190C6; }
a { background-color: rgb(241,144,198); }
div.DivClassName
{
background-color: #F190C6;
}
.BgClassName
{
background-color: #F190C6;
}
</style>
border-color css
<style>
span { border-color: #F190C6; }
span { border-color: rgb(241,144,198); }
td.TdClassName
{
border-color: #F190C6;
}
.TagClassName
{
border-color: #F190C6;
}
</style>