Shades of Tea Rose #F189CF
Tints of Tea Rose #F189CF
RGB
CMYK
RGB Variations
Color information
#F189CF (or 0xF189CF) is known color: Tea Rose. HEX triplet: F1, 89 and CF. RGB value is (241,137,207). Sum of RGB (Red+Green+Blue) = 241+137+207=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F189CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189CF is #0E7630. Grayscale: #AFAFAF. Windows color (decimal): -947761 or 13601265. OLE color: 13601265.
HSL color Cylindrical-coordinate representation of color #F189CF: hue angle of 319.62º 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 #F189CF is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 207 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.05 |
| HSL | 319.62º | 0.79% | 0.74% | - |
| HSV(B) | 319.62º | 0.43% | 0.95% | - |
| XYZ | 56.48 | 41.1 | 63.99 | - |
| YUV | 176.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 207 | 0 | 0.43 | 0.14 | 0.05 | 319.62 | 0.79 | 0.74 |
| Hex | F1 | 89 | CF | 0 | 2B | E | 5 | 140 | 4F | 4A |
| Octal | 361 | 211 | 317 | 0 | 53 | 16 | 5 | 500 | 117 | 112 |
| Binary | 11110001 | 10001001 | 11001111 | 0 | 101011 | 1110 | 101 | 101000000 | 1001111 | 1001010 |
Color Harmonies of #F189CF
Complementary color
Monochromatic Colors of #F189CF
Black with #F189CF
Text Example
Text Example
White with #F189CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189CF; }
p { color: rgb(241,137,207); }
H1.HeaderClassName
{
color: #F189CF;
}
.AnyTagClassName
{
color: #F189CF;
}
</style>
background-color css
<style>
a { background-color: #F189CF; }
a { background-color: rgb(241,137,207); }
div.DivClassName
{
background-color: #F189CF;
}
.BgClassName
{
background-color: #F189CF;
}
</style>
border-color css
<style>
span { border-color: #F189CF; }
span { border-color: rgb(241,137,207); }
td.TdClassName
{
border-color: #F189CF;
}
.TagClassName
{
border-color: #F189CF;
}
</style>