Shades of Tea Rose #F18FC5
Tints of Tea Rose #F18FC5
RGB
CMYK
RGB Variations
Color information
#F18FC5 (or 0xF18FC5) is known color: Tea Rose. HEX triplet: F1, 8F and C5. RGB value is (241,143,197). Sum of RGB (Red+Green+Blue) = 241+143+197=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FC5 is #0E703A. Grayscale: #B2B2B2. Windows color (decimal): -946235 or 12947441. OLE color: 12947441.
HSL color Cylindrical-coordinate representation of color #F18FC5: hue angle of 326.94º 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 #F18FC5 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 197 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.05 |
| HSL | 326.94º | 0.78% | 0.75% | - |
| HSV(B) | 326.94º | 0.41% | 0.95% | - |
| XYZ | 56.18 | 42.38 | 58.04 | - |
| YUV | 178.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 197 | 0 | 0.41 | 0.18 | 0.05 | 326.94 | 0.78 | 0.75 |
| Hex | F1 | 8F | C5 | 0 | 29 | 12 | 5 | 147 | 4E | 4B |
| Octal | 361 | 217 | 305 | 0 | 51 | 22 | 5 | 507 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11000101 | 0 | 101001 | 10010 | 101 | 101000111 | 1001110 | 1001011 |
Color Harmonies of #F18FC5
Complementary color
Monochromatic Colors of #F18FC5
Black with #F18FC5
Text Example
Text Example
White with #F18FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FC5; }
p { color: rgb(241,143,197); }
H1.HeaderClassName
{
color: #F18FC5;
}
.AnyTagClassName
{
color: #F18FC5;
}
</style>
background-color css
<style>
a { background-color: #F18FC5; }
a { background-color: rgb(241,143,197); }
div.DivClassName
{
background-color: #F18FC5;
}
.BgClassName
{
background-color: #F18FC5;
}
</style>
border-color css
<style>
span { border-color: #F18FC5; }
span { border-color: rgb(241,143,197); }
td.TdClassName
{
border-color: #F18FC5;
}
.TagClassName
{
border-color: #F18FC5;
}
</style>