Shades of Tea Rose #F18BC0
Tints of Tea Rose #F18BC0
RGB
CMYK
RGB Variations
Color information
#F18BC0 (or 0xF18BC0) is known color: Tea Rose. HEX triplet: F1, 8B and C0. RGB value is (241,139,192). Sum of RGB (Red+Green+Blue) = 241+139+192=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BC0 is #0E743F. Grayscale: #AFAFAF. Windows color (decimal): -947264 or 12618737. OLE color: 12618737.
HSL color Cylindrical-coordinate representation of color #F18BC0: hue angle of 328.82º 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 #F18BC0 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 192 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.05 |
| HSL | 328.82º | 0.78% | 0.75% | - |
| HSV(B) | 328.82º | 0.42% | 0.95% | - |
| XYZ | 55.02 | 40.97 | 54.88 | - |
| YUV | 175.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 192 | 0 | 0.42 | 0.20 | 0.05 | 328.82 | 0.78 | 0.75 |
| Hex | F1 | 8B | C0 | 0 | 2A | 14 | 5 | 149 | 4E | 4B |
| Octal | 361 | 213 | 300 | 0 | 52 | 24 | 5 | 511 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11000000 | 0 | 101010 | 10100 | 101 | 101001001 | 1001110 | 1001011 |
Color Harmonies of #F18BC0
Complementary color
Monochromatic Colors of #F18BC0
Black with #F18BC0
Text Example
Text Example
White with #F18BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BC0; }
p { color: rgb(241,139,192); }
H1.HeaderClassName
{
color: #F18BC0;
}
.AnyTagClassName
{
color: #F18BC0;
}
</style>
background-color css
<style>
a { background-color: #F18BC0; }
a { background-color: rgb(241,139,192); }
div.DivClassName
{
background-color: #F18BC0;
}
.BgClassName
{
background-color: #F18BC0;
}
</style>
border-color css
<style>
span { border-color: #F18BC0; }
span { border-color: rgb(241,139,192); }
td.TdClassName
{
border-color: #F18BC0;
}
.TagClassName
{
border-color: #F18BC0;
}
</style>