Shades of Tea Rose #F185D1
Tints of Tea Rose #F185D1
RGB
CMYK
RGB Variations
Color information
#F185D1 (or 0xF185D1) is known color: Tea Rose. HEX triplet: F1, 85 and D1. RGB value is (241,133,209). Sum of RGB (Red+Green+Blue) = 241+133+209=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F185D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185D1 is #0E7A2E. Grayscale: #ADADAD. Windows color (decimal): -948783 or 13731313. OLE color: 13731313.
HSL color Cylindrical-coordinate representation of color #F185D1: hue angle of 317.78º 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 #F185D1 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 209 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.05 |
| HSL | 317.78º | 0.79% | 0.73% | - |
| HSV(B) | 317.78º | 0.45% | 0.95% | - |
| XYZ | 56.17 | 40.08 | 65.1 | - |
| YUV | 173.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 209 | 0 | 0.45 | 0.13 | 0.05 | 317.78 | 0.79 | 0.73 |
| Hex | F1 | 85 | D1 | 0 | 2D | D | 5 | 13E | 4F | 49 |
| Octal | 361 | 205 | 321 | 0 | 55 | 15 | 5 | 476 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11010001 | 0 | 101101 | 1101 | 101 | 100111110 | 1001111 | 1001001 |
Color Harmonies of #F185D1
Complementary color
Monochromatic Colors of #F185D1
Black with #F185D1
Text Example
Text Example
White with #F185D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185D1; }
p { color: rgb(241,133,209); }
H1.HeaderClassName
{
color: #F185D1;
}
.AnyTagClassName
{
color: #F185D1;
}
</style>
background-color css
<style>
a { background-color: #F185D1; }
a { background-color: rgb(241,133,209); }
div.DivClassName
{
background-color: #F185D1;
}
.BgClassName
{
background-color: #F185D1;
}
</style>
border-color css
<style>
span { border-color: #F185D1; }
span { border-color: rgb(241,133,209); }
td.TdClassName
{
border-color: #F185D1;
}
.TagClassName
{
border-color: #F185D1;
}
</style>