Shades of Tea Rose #F18ED2
Tints of Tea Rose #F18ED2
RGB
CMYK
RGB Variations
Color information
#F18ED2 (or 0xF18ED2) is known color: Tea Rose. HEX triplet: F1, 8E and D2. RGB value is (241,142,210). Sum of RGB (Red+Green+Blue) = 241+142+210=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ED2 is #0E712D. Grayscale: #B3B3B3. Windows color (decimal): -946478 or 13799153. OLE color: 13799153.
HSL color Cylindrical-coordinate representation of color #F18ED2: hue angle of 318.79º 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 #F18ED2 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 142 | 210 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.05 |
| HSL | 318.79º | 0.78% | 0.75% | - |
| HSV(B) | 318.79º | 0.41% | 0.95% | - |
| XYZ | 57.58 | 42.7 | 66.18 | - |
| YUV | 179.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 210 | 0 | 0.41 | 0.13 | 0.05 | 318.79 | 0.78 | 0.75 |
| Hex | F1 | 8E | D2 | 0 | 29 | D | 5 | 13F | 4E | 4B |
| Octal | 361 | 216 | 322 | 0 | 51 | 15 | 5 | 477 | 116 | 113 |
| Binary | 11110001 | 10001110 | 11010010 | 0 | 101001 | 1101 | 101 | 100111111 | 1001110 | 1001011 |
Color Harmonies of #F18ED2
Complementary color
Monochromatic Colors of #F18ED2
Black with #F18ED2
Text Example
Text Example
White with #F18ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ED2; }
p { color: rgb(241,142,210); }
H1.HeaderClassName
{
color: #F18ED2;
}
.AnyTagClassName
{
color: #F18ED2;
}
</style>
background-color css
<style>
a { background-color: #F18ED2; }
a { background-color: rgb(241,142,210); }
div.DivClassName
{
background-color: #F18ED2;
}
.BgClassName
{
background-color: #F18ED2;
}
</style>
border-color css
<style>
span { border-color: #F18ED2; }
span { border-color: rgb(241,142,210); }
td.TdClassName
{
border-color: #F18ED2;
}
.TagClassName
{
border-color: #F18ED2;
}
</style>