Shades of Tea Rose #F18DC7
Tints of Tea Rose #F18DC7
RGB
CMYK
RGB Variations
Color information
#F18DC7 (or 0xF18DC7) is known color: Tea Rose. HEX triplet: F1, 8D and C7. RGB value is (241,141,199). Sum of RGB (Red+Green+Blue) = 241+141+199=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC7 is #0E7238. Grayscale: #B1B1B1. Windows color (decimal): -946745 or 13078001. OLE color: 13078001.
HSL color Cylindrical-coordinate representation of color #F18DC7: hue angle of 325.2º 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 #F18DC7 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 199 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.05 |
| HSL | 325.2º | 0.78% | 0.75% | - |
| HSV(B) | 325.2º | 0.41% | 0.95% | - |
| XYZ | 56.11 | 41.87 | 59.16 | - |
| YUV | 177.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 199 | 0 | 0.41 | 0.17 | 0.05 | 325.2 | 0.78 | 0.75 |
| Hex | F1 | 8D | C7 | 0 | 29 | 11 | 5 | 145 | 4E | 4B |
| Octal | 361 | 215 | 307 | 0 | 51 | 21 | 5 | 505 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11000111 | 0 | 101001 | 10001 | 101 | 101000101 | 1001110 | 1001011 |
Color Harmonies of #F18DC7
Complementary color
Monochromatic Colors of #F18DC7
Black with #F18DC7
Text Example
Text Example
White with #F18DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DC7; }
p { color: rgb(241,141,199); }
H1.HeaderClassName
{
color: #F18DC7;
}
.AnyTagClassName
{
color: #F18DC7;
}
</style>
background-color css
<style>
a { background-color: #F18DC7; }
a { background-color: rgb(241,141,199); }
div.DivClassName
{
background-color: #F18DC7;
}
.BgClassName
{
background-color: #F18DC7;
}
</style>
border-color css
<style>
span { border-color: #F18DC7; }
span { border-color: rgb(241,141,199); }
td.TdClassName
{
border-color: #F18DC7;
}
.TagClassName
{
border-color: #F18DC7;
}
</style>