Shades of Tea Rose #F386BD
Tints of Tea Rose #F386BD
RGB
CMYK
RGB Variations
Color information
#F386BD (or 0xF386BD) is known color: Tea Rose. HEX triplet: F3, 86 and BD. RGB value is (243,134,189). Sum of RGB (Red+Green+Blue) = 243+134+189=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F386BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386BD is #0C7942. Grayscale: #ACACAC. Windows color (decimal): -817475 or 12420851. OLE color: 12420851.
HSL color Cylindrical-coordinate representation of color #F386BD: hue angle of 329.72º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F386BD is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 189 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.05 |
| HSL | 329.72º | 0.82% | 0.74% | - |
| HSV(B) | 329.72º | 0.45% | 0.95% | - |
| XYZ | 54.67 | 39.78 | 52.94 | - |
| YUV | 172.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 189 | 0 | 0.45 | 0.22 | 0.05 | 329.72 | 0.82 | 0.74 |
| Hex | F3 | 86 | BD | 0 | 2D | 16 | 5 | 14A | 52 | 4A |
| Octal | 363 | 206 | 275 | 0 | 55 | 26 | 5 | 512 | 122 | 112 |
| Binary | 11110011 | 10000110 | 10111101 | 0 | 101101 | 10110 | 101 | 101001010 | 1010010 | 1001010 |
Color Harmonies of #F386BD
Complementary color
Monochromatic Colors of #F386BD
Black with #F386BD
Text Example
Text Example
White with #F386BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386BD; }
p { color: rgb(243,134,189); }
H1.HeaderClassName
{
color: #F386BD;
}
.AnyTagClassName
{
color: #F386BD;
}
</style>
background-color css
<style>
a { background-color: #F386BD; }
a { background-color: rgb(243,134,189); }
div.DivClassName
{
background-color: #F386BD;
}
.BgClassName
{
background-color: #F386BD;
}
</style>
border-color css
<style>
span { border-color: #F386BD; }
span { border-color: rgb(243,134,189); }
td.TdClassName
{
border-color: #F386BD;
}
.TagClassName
{
border-color: #F386BD;
}
</style>