Shades of Tea Rose #F185BE
Tints of Tea Rose #F185BE
RGB
CMYK
RGB Variations
Color information
#F185BE (or 0xF185BE) is known color: Tea Rose. HEX triplet: F1, 85 and BE. RGB value is (241,133,190). Sum of RGB (Red+Green+Blue) = 241+133+190=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F185BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185BE is #0E7A41. Grayscale: #ABABAB. Windows color (decimal): -948802 or 12486129. OLE color: 12486129.
HSL color Cylindrical-coordinate representation of color #F185BE: hue angle of 328.33º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185BE is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 190 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.05 |
| HSL | 328.33º | 0.79% | 0.73% | - |
| HSV(B) | 328.33º | 0.45% | 0.95% | - |
| XYZ | 53.96 | 39.19 | 53.44 | - |
| YUV | 171.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 190 | 0 | 0.45 | 0.21 | 0.05 | 328.33 | 0.79 | 0.73 |
| Hex | F1 | 85 | BE | 0 | 2D | 15 | 5 | 148 | 4F | 49 |
| Octal | 361 | 205 | 276 | 0 | 55 | 25 | 5 | 510 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10111110 | 0 | 101101 | 10101 | 101 | 101001000 | 1001111 | 1001001 |
Color Harmonies of #F185BE
Complementary color
Monochromatic Colors of #F185BE
Black with #F185BE
Text Example
Text Example
White with #F185BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185BE; }
p { color: rgb(241,133,190); }
H1.HeaderClassName
{
color: #F185BE;
}
.AnyTagClassName
{
color: #F185BE;
}
</style>
background-color css
<style>
a { background-color: #F185BE; }
a { background-color: rgb(241,133,190); }
div.DivClassName
{
background-color: #F185BE;
}
.BgClassName
{
background-color: #F185BE;
}
</style>
border-color css
<style>
span { border-color: #F185BE; }
span { border-color: rgb(241,133,190); }
td.TdClassName
{
border-color: #F185BE;
}
.TagClassName
{
border-color: #F185BE;
}
</style>