Shades of Tea Rose #F18FC1
Tints of Tea Rose #F18FC1
RGB
CMYK
RGB Variations
Color information
#F18FC1 (or 0xF18FC1) is known color: Tea Rose. HEX triplet: F1, 8F and C1. RGB value is (241,143,193). Sum of RGB (Red+Green+Blue) = 241+143+193=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FC1 is #0E703E. Grayscale: #B1B1B1. Windows color (decimal): -946239 or 12685297. OLE color: 12685297.
HSL color Cylindrical-coordinate representation of color #F18FC1: hue angle of 329.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 #F18FC1 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 193 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.05 |
| HSL | 329.39º | 0.78% | 0.75% | - |
| HSV(B) | 329.39º | 0.41% | 0.95% | - |
| XYZ | 55.72 | 42.2 | 55.66 | - |
| YUV | 178 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 193 | 0 | 0.41 | 0.20 | 0.05 | 329.39 | 0.78 | 0.75 |
| Hex | F1 | 8F | C1 | 0 | 29 | 14 | 5 | 149 | 4E | 4B |
| Octal | 361 | 217 | 301 | 0 | 51 | 24 | 5 | 511 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11000001 | 0 | 101001 | 10100 | 101 | 101001001 | 1001110 | 1001011 |
Color Harmonies of #F18FC1
Complementary color
Monochromatic Colors of #F18FC1
Black with #F18FC1
Text Example
Text Example
White with #F18FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FC1; }
p { color: rgb(241,143,193); }
H1.HeaderClassName
{
color: #F18FC1;
}
.AnyTagClassName
{
color: #F18FC1;
}
</style>
background-color css
<style>
a { background-color: #F18FC1; }
a { background-color: rgb(241,143,193); }
div.DivClassName
{
background-color: #F18FC1;
}
.BgClassName
{
background-color: #F18FC1;
}
</style>
border-color css
<style>
span { border-color: #F18FC1; }
span { border-color: rgb(241,143,193); }
td.TdClassName
{
border-color: #F18FC1;
}
.TagClassName
{
border-color: #F18FC1;
}
</style>