Shades of Tea Rose #F18CD2
Tints of Tea Rose #F18CD2
RGB
CMYK
RGB Variations
Color information
#F18CD2 (or 0xF18CD2) is known color: Tea Rose. HEX triplet: F1, 8C and D2. RGB value is (241,140,210). Sum of RGB (Red+Green+Blue) = 241+140+210=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CD2 is #0E732D. Grayscale: #B1B1B1. Windows color (decimal): -946990 or 13798641. OLE color: 13798641.
HSL color Cylindrical-coordinate representation of color #F18CD2: hue angle of 318.42º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18CD2 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 210 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.05 |
| HSL | 318.42º | 0.78% | 0.75% | - |
| HSV(B) | 318.42º | 0.42% | 0.95% | - |
| XYZ | 57.29 | 42.11 | 66.08 | - |
| YUV | 178.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 210 | 0 | 0.42 | 0.13 | 0.05 | 318.42 | 0.78 | 0.75 |
| Hex | F1 | 8C | D2 | 0 | 2A | D | 5 | 13E | 4E | 4B |
| Octal | 361 | 214 | 322 | 0 | 52 | 15 | 5 | 476 | 116 | 113 |
| Binary | 11110001 | 10001100 | 11010010 | 0 | 101010 | 1101 | 101 | 100111110 | 1001110 | 1001011 |
Color Harmonies of #F18CD2
Complementary color
Monochromatic Colors of #F18CD2
Black with #F18CD2
Text Example
Text Example
White with #F18CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CD2; }
p { color: rgb(241,140,210); }
H1.HeaderClassName
{
color: #F18CD2;
}
.AnyTagClassName
{
color: #F18CD2;
}
</style>
background-color css
<style>
a { background-color: #F18CD2; }
a { background-color: rgb(241,140,210); }
div.DivClassName
{
background-color: #F18CD2;
}
.BgClassName
{
background-color: #F18CD2;
}
</style>
border-color css
<style>
span { border-color: #F18CD2; }
span { border-color: rgb(241,140,210); }
td.TdClassName
{
border-color: #F18CD2;
}
.TagClassName
{
border-color: #F18CD2;
}
</style>