Shades of Tea Rose #F189C8
Tints of Tea Rose #F189C8
RGB
CMYK
RGB Variations
Color information
#F189C8 (or 0xF189C8) is known color: Tea Rose. HEX triplet: F1, 89 and C8. RGB value is (241,137,200). Sum of RGB (Red+Green+Blue) = 241+137+200=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F189C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189C8 is #0E7637. Grayscale: #AFAFAF. Windows color (decimal): -947768 or 13142513. OLE color: 13142513.
HSL color Cylindrical-coordinate representation of color #F189C8: hue angle of 323.65º 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 #F189C8 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 200 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.05 |
| HSL | 323.65º | 0.79% | 0.74% | - |
| HSV(B) | 323.65º | 0.43% | 0.95% | - |
| XYZ | 55.65 | 40.76 | 59.58 | - |
| YUV | 175.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 200 | 0 | 0.43 | 0.17 | 0.05 | 323.65 | 0.79 | 0.74 |
| Hex | F1 | 89 | C8 | 0 | 2B | 11 | 5 | 144 | 4F | 4A |
| Octal | 361 | 211 | 310 | 0 | 53 | 21 | 5 | 504 | 117 | 112 |
| Binary | 11110001 | 10001001 | 11001000 | 0 | 101011 | 10001 | 101 | 101000100 | 1001111 | 1001010 |
Color Harmonies of #F189C8
Complementary color
Monochromatic Colors of #F189C8
Black with #F189C8
Text Example
Text Example
White with #F189C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189C8; }
p { color: rgb(241,137,200); }
H1.HeaderClassName
{
color: #F189C8;
}
.AnyTagClassName
{
color: #F189C8;
}
</style>
background-color css
<style>
a { background-color: #F189C8; }
a { background-color: rgb(241,137,200); }
div.DivClassName
{
background-color: #F189C8;
}
.BgClassName
{
background-color: #F189C8;
}
</style>
border-color css
<style>
span { border-color: #F189C8; }
span { border-color: rgb(241,137,200); }
td.TdClassName
{
border-color: #F189C8;
}
.TagClassName
{
border-color: #F189C8;
}
</style>