Shades of Tea Rose #F18FC2
Tints of Tea Rose #F18FC2
RGB
CMYK
RGB Variations
Color information
#F18FC2 (or 0xF18FC2) is known color: Tea Rose. HEX triplet: F1, 8F and C2. RGB value is (241,143,194). Sum of RGB (Red+Green+Blue) = 241+143+194=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FC2 is #0E703D. Grayscale: #B2B2B2. Windows color (decimal): -946238 or 12750833. OLE color: 12750833.
HSL color Cylindrical-coordinate representation of color #F18FC2: hue angle of 328.78º 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 #F18FC2 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 194 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.05 |
| HSL | 328.78º | 0.78% | 0.75% | - |
| HSV(B) | 328.78º | 0.41% | 0.95% | - |
| XYZ | 55.84 | 42.24 | 56.25 | - |
| YUV | 178.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 194 | 0 | 0.41 | 0.20 | 0.05 | 328.78 | 0.78 | 0.75 |
| Hex | F1 | 8F | C2 | 0 | 29 | 14 | 5 | 149 | 4E | 4B |
| Octal | 361 | 217 | 302 | 0 | 51 | 24 | 5 | 511 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11000010 | 0 | 101001 | 10100 | 101 | 101001001 | 1001110 | 1001011 |
Color Harmonies of #F18FC2
Complementary color
Monochromatic Colors of #F18FC2
Black with #F18FC2
Text Example
Text Example
White with #F18FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FC2; }
p { color: rgb(241,143,194); }
H1.HeaderClassName
{
color: #F18FC2;
}
.AnyTagClassName
{
color: #F18FC2;
}
</style>
background-color css
<style>
a { background-color: #F18FC2; }
a { background-color: rgb(241,143,194); }
div.DivClassName
{
background-color: #F18FC2;
}
.BgClassName
{
background-color: #F18FC2;
}
</style>
border-color css
<style>
span { border-color: #F18FC2; }
span { border-color: rgb(241,143,194); }
td.TdClassName
{
border-color: #F18FC2;
}
.TagClassName
{
border-color: #F18FC2;
}
</style>