Shades of Tea Rose #F190C9
Tints of Tea Rose #F190C9
RGB
CMYK
RGB Variations
Color information
#F190C9 (or 0xF190C9) is known color: Tea Rose. HEX triplet: F1, 90 and C9. RGB value is (241,144,201). Sum of RGB (Red+Green+Blue) = 241+144+201=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F190C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190C9 is #0E6F36. Grayscale: #B3B3B3. Windows color (decimal): -945975 or 13209841. OLE color: 13209841.
HSL color Cylindrical-coordinate representation of color #F190C9: hue angle of 324.74º 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 #F190C9 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 201 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.05 |
| HSL | 324.74º | 0.78% | 0.75% | - |
| HSV(B) | 324.74º | 0.4% | 0.95% | - |
| XYZ | 56.79 | 42.86 | 60.54 | - |
| YUV | 179.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 201 | 0 | 0.40 | 0.17 | 0.05 | 324.74 | 0.78 | 0.75 |
| Hex | F1 | 90 | C9 | 0 | 28 | 11 | 5 | 145 | 4E | 4B |
| Octal | 361 | 220 | 311 | 0 | 50 | 21 | 5 | 505 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11001001 | 0 | 101000 | 10001 | 101 | 101000101 | 1001110 | 1001011 |
Color Harmonies of #F190C9
Complementary color
Monochromatic Colors of #F190C9
Black with #F190C9
Text Example
Text Example
White with #F190C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190C9; }
p { color: rgb(241,144,201); }
H1.HeaderClassName
{
color: #F190C9;
}
.AnyTagClassName
{
color: #F190C9;
}
</style>
background-color css
<style>
a { background-color: #F190C9; }
a { background-color: rgb(241,144,201); }
div.DivClassName
{
background-color: #F190C9;
}
.BgClassName
{
background-color: #F190C9;
}
</style>
border-color css
<style>
span { border-color: #F190C9; }
span { border-color: rgb(241,144,201); }
td.TdClassName
{
border-color: #F190C9;
}
.TagClassName
{
border-color: #F190C9;
}
</style>