Shades of Tea Rose #F184C0
Tints of Tea Rose #F184C0
RGB
CMYK
RGB Variations
Color information
#F184C0 (or 0xF184C0) is known color: Tea Rose. HEX triplet: F1, 84 and C0. RGB value is (241,132,192). Sum of RGB (Red+Green+Blue) = 241+132+192=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F184C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184C0 is #0E7B3F. Grayscale: #ABABAB. Windows color (decimal): -949056 or 12616945. OLE color: 12616945.
HSL color Cylindrical-coordinate representation of color #F184C0: hue angle of 326.97º degrees, saturation: 0.8, 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 #F184C0 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 192 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.05 |
| HSL | 326.97º | 0.8% | 0.73% | - |
| HSV(B) | 326.97º | 0.45% | 0.95% | - |
| XYZ | 54.04 | 39.01 | 54.55 | - |
| YUV | 171.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 192 | 0 | 0.45 | 0.20 | 0.05 | 326.97 | 0.8 | 0.73 |
| Hex | F1 | 84 | C0 | 0 | 2D | 14 | 5 | 147 | 50 | 49 |
| Octal | 361 | 204 | 300 | 0 | 55 | 24 | 5 | 507 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11000000 | 0 | 101101 | 10100 | 101 | 101000111 | 1010000 | 1001001 |
Color Harmonies of #F184C0
Complementary color
Monochromatic Colors of #F184C0
Black with #F184C0
Text Example
Text Example
White with #F184C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184C0; }
p { color: rgb(241,132,192); }
H1.HeaderClassName
{
color: #F184C0;
}
.AnyTagClassName
{
color: #F184C0;
}
</style>
background-color css
<style>
a { background-color: #F184C0; }
a { background-color: rgb(241,132,192); }
div.DivClassName
{
background-color: #F184C0;
}
.BgClassName
{
background-color: #F184C0;
}
</style>
border-color css
<style>
span { border-color: #F184C0; }
span { border-color: rgb(241,132,192); }
td.TdClassName
{
border-color: #F184C0;
}
.TagClassName
{
border-color: #F184C0;
}
</style>