Shades of Tea Rose #F189C9
Tints of Tea Rose #F189C9
RGB
CMYK
RGB Variations
Color information
#F189C9 (or 0xF189C9) is known color: Tea Rose. HEX triplet: F1, 89 and C9. RGB value is (241,137,201). Sum of RGB (Red+Green+Blue) = 241+137+201=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F189C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189C9 is #0E7636. Grayscale: #AFAFAF. Windows color (decimal): -947767 or 13208049. OLE color: 13208049.
HSL color Cylindrical-coordinate representation of color #F189C9: hue angle of 323.08º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F189C9 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 201 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.05 |
| HSL | 323.08º | 0.79% | 0.74% | - |
| HSV(B) | 323.08º | 0.43% | 0.95% | - |
| XYZ | 55.76 | 40.81 | 60.2 | - |
| YUV | 175.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 201 | 0 | 0.43 | 0.17 | 0.05 | 323.08 | 0.79 | 0.74 |
| Hex | F1 | 89 | C9 | 0 | 2B | 11 | 5 | 143 | 4F | 4A |
| Octal | 361 | 211 | 311 | 0 | 53 | 21 | 5 | 503 | 117 | 112 |
| Binary | 11110001 | 10001001 | 11001001 | 0 | 101011 | 10001 | 101 | 101000011 | 1001111 | 1001010 |
Color Harmonies of #F189C9
Complementary color
Monochromatic Colors of #F189C9
Black with #F189C9
Text Example
Text Example
White with #F189C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189C9; }
p { color: rgb(241,137,201); }
H1.HeaderClassName
{
color: #F189C9;
}
.AnyTagClassName
{
color: #F189C9;
}
</style>
background-color css
<style>
a { background-color: #F189C9; }
a { background-color: rgb(241,137,201); }
div.DivClassName
{
background-color: #F189C9;
}
.BgClassName
{
background-color: #F189C9;
}
</style>
border-color css
<style>
span { border-color: #F189C9; }
span { border-color: rgb(241,137,201); }
td.TdClassName
{
border-color: #F189C9;
}
.TagClassName
{
border-color: #F189C9;
}
</style>