Shades of Tea Rose #F18BBF
Tints of Tea Rose #F18BBF
RGB
CMYK
RGB Variations
Color information
#F18BBF (or 0xF18BBF) is known color: Tea Rose. HEX triplet: F1, 8B and BF. RGB value is (241,139,191). Sum of RGB (Red+Green+Blue) = 241+139+191=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BBF is #0E7440. Grayscale: #AFAFAF. Windows color (decimal): -947265 or 12553201. OLE color: 12553201.
HSL color Cylindrical-coordinate representation of color #F18BBF: hue angle of 329.41º 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 #F18BBF is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 191 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.05 |
| HSL | 329.41º | 0.78% | 0.75% | - |
| HSV(B) | 329.41º | 0.42% | 0.95% | - |
| XYZ | 54.91 | 40.93 | 54.3 | - |
| YUV | 175.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 191 | 0 | 0.42 | 0.21 | 0.05 | 329.41 | 0.78 | 0.75 |
| Hex | F1 | 8B | BF | 0 | 2A | 15 | 5 | 149 | 4E | 4B |
| Octal | 361 | 213 | 277 | 0 | 52 | 25 | 5 | 511 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10111111 | 0 | 101010 | 10101 | 101 | 101001001 | 1001110 | 1001011 |
Color Harmonies of #F18BBF
Complementary color
Monochromatic Colors of #F18BBF
Black with #F18BBF
Text Example
Text Example
White with #F18BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BBF; }
p { color: rgb(241,139,191); }
H1.HeaderClassName
{
color: #F18BBF;
}
.AnyTagClassName
{
color: #F18BBF;
}
</style>
background-color css
<style>
a { background-color: #F18BBF; }
a { background-color: rgb(241,139,191); }
div.DivClassName
{
background-color: #F18BBF;
}
.BgClassName
{
background-color: #F18BBF;
}
</style>
border-color css
<style>
span { border-color: #F18BBF; }
span { border-color: rgb(241,139,191); }
td.TdClassName
{
border-color: #F18BBF;
}
.TagClassName
{
border-color: #F18BBF;
}
</style>