Shades of Tea Rose #F189CE
Tints of Tea Rose #F189CE
RGB
CMYK
RGB Variations
Color information
#F189CE (or 0xF189CE) is known color: Tea Rose. HEX triplet: F1, 89 and CE. RGB value is (241,137,206). Sum of RGB (Red+Green+Blue) = 241+137+206=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F189CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189CE is #0E7631. Grayscale: #AFAFAF. Windows color (decimal): -947762 or 13535729. OLE color: 13535729.
HSL color Cylindrical-coordinate representation of color #F189CE: hue angle of 320.19º 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 #F189CE is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 206 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.05 |
| HSL | 320.19º | 0.79% | 0.74% | - |
| HSV(B) | 320.19º | 0.43% | 0.95% | - |
| XYZ | 56.36 | 41.05 | 63.35 | - |
| YUV | 175.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 206 | 0 | 0.43 | 0.15 | 0.05 | 320.19 | 0.79 | 0.74 |
| Hex | F1 | 89 | CE | 0 | 2B | F | 5 | 140 | 4F | 4A |
| Octal | 361 | 211 | 316 | 0 | 53 | 17 | 5 | 500 | 117 | 112 |
| Binary | 11110001 | 10001001 | 11001110 | 0 | 101011 | 1111 | 101 | 101000000 | 1001111 | 1001010 |
Color Harmonies of #F189CE
Complementary color
Monochromatic Colors of #F189CE
Black with #F189CE
Text Example
Text Example
White with #F189CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189CE; }
p { color: rgb(241,137,206); }
H1.HeaderClassName
{
color: #F189CE;
}
.AnyTagClassName
{
color: #F189CE;
}
</style>
background-color css
<style>
a { background-color: #F189CE; }
a { background-color: rgb(241,137,206); }
div.DivClassName
{
background-color: #F189CE;
}
.BgClassName
{
background-color: #F189CE;
}
</style>
border-color css
<style>
span { border-color: #F189CE; }
span { border-color: rgb(241,137,206); }
td.TdClassName
{
border-color: #F189CE;
}
.TagClassName
{
border-color: #F189CE;
}
</style>