Shades of Tea Rose #F18DC1
Tints of Tea Rose #F18DC1
RGB
CMYK
RGB Variations
Color information
#F18DC1 (or 0xF18DC1) is known color: Tea Rose. HEX triplet: F1, 8D and C1. RGB value is (241,141,193). Sum of RGB (Red+Green+Blue) = 241+141+193=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC1 is #0E723E. Grayscale: #B0B0B0. Windows color (decimal): -946751 or 12684785. OLE color: 12684785.
HSL color Cylindrical-coordinate representation of color #F18DC1: hue angle of 328.8º 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 #F18DC1 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 193 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.05 |
| HSL | 328.8º | 0.78% | 0.75% | - |
| HSV(B) | 328.8º | 0.41% | 0.95% | - |
| XYZ | 55.43 | 41.6 | 55.56 | - |
| YUV | 176.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 193 | 0 | 0.41 | 0.20 | 0.05 | 328.8 | 0.78 | 0.75 |
| Hex | F1 | 8D | C1 | 0 | 29 | 14 | 5 | 149 | 4E | 4B |
| Octal | 361 | 215 | 301 | 0 | 51 | 24 | 5 | 511 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11000001 | 0 | 101001 | 10100 | 101 | 101001001 | 1001110 | 1001011 |
Color Harmonies of #F18DC1
Complementary color
Monochromatic Colors of #F18DC1
Black with #F18DC1
Text Example
Text Example
White with #F18DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DC1; }
p { color: rgb(241,141,193); }
H1.HeaderClassName
{
color: #F18DC1;
}
.AnyTagClassName
{
color: #F18DC1;
}
</style>
background-color css
<style>
a { background-color: #F18DC1; }
a { background-color: rgb(241,141,193); }
div.DivClassName
{
background-color: #F18DC1;
}
.BgClassName
{
background-color: #F18DC1;
}
</style>
border-color css
<style>
span { border-color: #F18DC1; }
span { border-color: rgb(241,141,193); }
td.TdClassName
{
border-color: #F18DC1;
}
.TagClassName
{
border-color: #F18DC1;
}
</style>