Shades of Tea Rose #F18EC9
Tints of Tea Rose #F18EC9
RGB
CMYK
RGB Variations
Color information
#F18EC9 (or 0xF18EC9) is known color: Tea Rose. HEX triplet: F1, 8E and C9. RGB value is (241,142,201). Sum of RGB (Red+Green+Blue) = 241+142+201=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18EC9 is #0E7136. Grayscale: #B2B2B2. Windows color (decimal): -946487 or 13209329. OLE color: 13209329.
HSL color Cylindrical-coordinate representation of color #F18EC9: hue angle of 324.24º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18EC9 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 142 | 201 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.05 |
| HSL | 324.24º | 0.78% | 0.75% | - |
| HSV(B) | 324.24º | 0.41% | 0.95% | - |
| XYZ | 56.49 | 42.26 | 60.44 | - |
| YUV | 178.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 201 | 0 | 0.41 | 0.17 | 0.05 | 324.24 | 0.78 | 0.75 |
| Hex | F1 | 8E | C9 | 0 | 29 | 11 | 5 | 144 | 4E | 4B |
| Octal | 361 | 216 | 311 | 0 | 51 | 21 | 5 | 504 | 116 | 113 |
| Binary | 11110001 | 10001110 | 11001001 | 0 | 101001 | 10001 | 101 | 101000100 | 1001110 | 1001011 |
Color Harmonies of #F18EC9
Complementary color
Monochromatic Colors of #F18EC9
Black with #F18EC9
Text Example
Text Example
White with #F18EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18EC9; }
p { color: rgb(241,142,201); }
H1.HeaderClassName
{
color: #F18EC9;
}
.AnyTagClassName
{
color: #F18EC9;
}
</style>
background-color css
<style>
a { background-color: #F18EC9; }
a { background-color: rgb(241,142,201); }
div.DivClassName
{
background-color: #F18EC9;
}
.BgClassName
{
background-color: #F18EC9;
}
</style>
border-color css
<style>
span { border-color: #F18EC9; }
span { border-color: rgb(241,142,201); }
td.TdClassName
{
border-color: #F18EC9;
}
.TagClassName
{
border-color: #F18EC9;
}
</style>