Shades of Tea Rose #F18DC5
Tints of Tea Rose #F18DC5
RGB
CMYK
RGB Variations
Color information
#F18DC5 (or 0xF18DC5) is known color: Tea Rose. HEX triplet: F1, 8D and C5. RGB value is (241,141,197). Sum of RGB (Red+Green+Blue) = 241+141+197=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC5 is #0E723A. Grayscale: #B1B1B1. Windows color (decimal): -946747 or 12946929. OLE color: 12946929.
HSL color Cylindrical-coordinate representation of color #F18DC5: hue angle of 326.4º 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 #F18DC5 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 197 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.05 |
| HSL | 326.4º | 0.78% | 0.75% | - |
| HSV(B) | 326.4º | 0.41% | 0.95% | - |
| XYZ | 55.88 | 41.78 | 57.94 | - |
| YUV | 177.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 197 | 0 | 0.41 | 0.18 | 0.05 | 326.4 | 0.78 | 0.75 |
| Hex | F1 | 8D | C5 | 0 | 29 | 12 | 5 | 146 | 4E | 4B |
| Octal | 361 | 215 | 305 | 0 | 51 | 22 | 5 | 506 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11000101 | 0 | 101001 | 10010 | 101 | 101000110 | 1001110 | 1001011 |
Color Harmonies of #F18DC5
Complementary color
Monochromatic Colors of #F18DC5
Black with #F18DC5
Text Example
Text Example
White with #F18DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DC5; }
p { color: rgb(241,141,197); }
H1.HeaderClassName
{
color: #F18DC5;
}
.AnyTagClassName
{
color: #F18DC5;
}
</style>
background-color css
<style>
a { background-color: #F18DC5; }
a { background-color: rgb(241,141,197); }
div.DivClassName
{
background-color: #F18DC5;
}
.BgClassName
{
background-color: #F18DC5;
}
</style>
border-color css
<style>
span { border-color: #F18DC5; }
span { border-color: rgb(241,141,197); }
td.TdClassName
{
border-color: #F18DC5;
}
.TagClassName
{
border-color: #F18DC5;
}
</style>