Shades of Tea Rose #F185CF
Tints of Tea Rose #F185CF
RGB
CMYK
RGB Variations
Color information
#F185CF (or 0xF185CF) is known color: Tea Rose. HEX triplet: F1, 85 and CF. RGB value is (241,133,207). Sum of RGB (Red+Green+Blue) = 241+133+207=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F185CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185CF is #0E7A30. Grayscale: #ADADAD. Windows color (decimal): -948785 or 13600241. OLE color: 13600241.
HSL color Cylindrical-coordinate representation of color #F185CF: hue angle of 318.89º 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 #F185CF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 207 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.05 |
| HSL | 318.89º | 0.79% | 0.73% | - |
| HSV(B) | 318.89º | 0.45% | 0.95% | - |
| XYZ | 55.93 | 39.98 | 63.8 | - |
| YUV | 173.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 207 | 0 | 0.45 | 0.14 | 0.05 | 318.89 | 0.79 | 0.73 |
| Hex | F1 | 85 | CF | 0 | 2D | E | 5 | 13F | 4F | 49 |
| Octal | 361 | 205 | 317 | 0 | 55 | 16 | 5 | 477 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11001111 | 0 | 101101 | 1110 | 101 | 100111111 | 1001111 | 1001001 |
Color Harmonies of #F185CF
Complementary color
Monochromatic Colors of #F185CF
Black with #F185CF
Text Example
Text Example
White with #F185CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185CF; }
p { color: rgb(241,133,207); }
H1.HeaderClassName
{
color: #F185CF;
}
.AnyTagClassName
{
color: #F185CF;
}
</style>
background-color css
<style>
a { background-color: #F185CF; }
a { background-color: rgb(241,133,207); }
div.DivClassName
{
background-color: #F185CF;
}
.BgClassName
{
background-color: #F185CF;
}
</style>
border-color css
<style>
span { border-color: #F185CF; }
span { border-color: rgb(241,133,207); }
td.TdClassName
{
border-color: #F185CF;
}
.TagClassName
{
border-color: #F185CF;
}
</style>