Shades of Tea Rose #F18DC4
Tints of Tea Rose #F18DC4
RGB
CMYK
RGB Variations
Color information
#F18DC4 (or 0xF18DC4) is known color: Tea Rose. HEX triplet: F1, 8D and C4. RGB value is (241,141,196). Sum of RGB (Red+Green+Blue) = 241+141+196=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC4 is #0E723B. Grayscale: #B1B1B1. Windows color (decimal): -946748 or 12881393. OLE color: 12881393.
HSL color Cylindrical-coordinate representation of color #F18DC4: hue angle of 327º 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 #F18DC4 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 196 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.05 |
| HSL | 327º | 0.78% | 0.75% | - |
| HSV(B) | 327º | 0.41% | 0.95% | - |
| XYZ | 55.76 | 41.74 | 57.34 | - |
| YUV | 177.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 196 | 0 | 0.41 | 0.19 | 0.05 | 327 | 0.78 | 0.75 |
| Hex | F1 | 8D | C4 | 0 | 29 | 13 | 5 | 147 | 4E | 4B |
| Octal | 361 | 215 | 304 | 0 | 51 | 23 | 5 | 507 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11000100 | 0 | 101001 | 10011 | 101 | 101000111 | 1001110 | 1001011 |
Color Harmonies of #F18DC4
Complementary color
Monochromatic Colors of #F18DC4
Black with #F18DC4
Text Example
Text Example
White with #F18DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DC4; }
p { color: rgb(241,141,196); }
H1.HeaderClassName
{
color: #F18DC4;
}
.AnyTagClassName
{
color: #F18DC4;
}
</style>
background-color css
<style>
a { background-color: #F18DC4; }
a { background-color: rgb(241,141,196); }
div.DivClassName
{
background-color: #F18DC4;
}
.BgClassName
{
background-color: #F18DC4;
}
</style>
border-color css
<style>
span { border-color: #F18DC4; }
span { border-color: rgb(241,141,196); }
td.TdClassName
{
border-color: #F18DC4;
}
.TagClassName
{
border-color: #F18DC4;
}
</style>