Shades of Tea Rose #F18ED1
Tints of Tea Rose #F18ED1
RGB
CMYK
RGB Variations
Color information
#F18ED1 (or 0xF18ED1) is known color: Tea Rose. HEX triplet: F1, 8E and D1. RGB value is (241,142,209). Sum of RGB (Red+Green+Blue) = 241+142+209=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ED1 is #0E712E. Grayscale: #B3B3B3. Windows color (decimal): -946479 or 13733617. OLE color: 13733617.
HSL color Cylindrical-coordinate representation of color #F18ED1: hue angle of 319.39º 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 #F18ED1 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 142 | 209 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.05 |
| HSL | 319.39º | 0.78% | 0.75% | - |
| HSV(B) | 319.39º | 0.41% | 0.95% | - |
| XYZ | 57.46 | 42.65 | 65.53 | - |
| YUV | 179.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 209 | 0 | 0.41 | 0.13 | 0.05 | 319.39 | 0.78 | 0.75 |
| Hex | F1 | 8E | D1 | 0 | 29 | D | 5 | 13F | 4E | 4B |
| Octal | 361 | 216 | 321 | 0 | 51 | 15 | 5 | 477 | 116 | 113 |
| Binary | 11110001 | 10001110 | 11010001 | 0 | 101001 | 1101 | 101 | 100111111 | 1001110 | 1001011 |
Color Harmonies of #F18ED1
Complementary color
Monochromatic Colors of #F18ED1
Black with #F18ED1
Text Example
Text Example
White with #F18ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ED1; }
p { color: rgb(241,142,209); }
H1.HeaderClassName
{
color: #F18ED1;
}
.AnyTagClassName
{
color: #F18ED1;
}
</style>
background-color css
<style>
a { background-color: #F18ED1; }
a { background-color: rgb(241,142,209); }
div.DivClassName
{
background-color: #F18ED1;
}
.BgClassName
{
background-color: #F18ED1;
}
</style>
border-color css
<style>
span { border-color: #F18ED1; }
span { border-color: rgb(241,142,209); }
td.TdClassName
{
border-color: #F18ED1;
}
.TagClassName
{
border-color: #F18ED1;
}
</style>