Shades of Tea Rose #F386D1
Tints of Tea Rose #F386D1
RGB
CMYK
RGB Variations
Color information
#F386D1 (or 0xF386D1) is known color: Tea Rose. HEX triplet: F3, 86 and D1. RGB value is (243,134,209). Sum of RGB (Red+Green+Blue) = 243+134+209=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F386D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386D1 is #0C792E. Grayscale: #AEAEAE. Windows color (decimal): -817455 or 13731571. OLE color: 13731571.
HSL color Cylindrical-coordinate representation of color #F386D1: hue angle of 318.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 #F386D1 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 209 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.05 |
| HSL | 318.72º | 0.82% | 0.74% | - |
| HSV(B) | 318.72º | 0.45% | 0.95% | - |
| XYZ | 57 | 40.71 | 65.18 | - |
| YUV | 175.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 209 | 0 | 0.45 | 0.14 | 0.05 | 318.72 | 0.82 | 0.74 |
| Hex | F3 | 86 | D1 | 0 | 2D | E | 5 | 13F | 52 | 4A |
| Octal | 363 | 206 | 321 | 0 | 55 | 16 | 5 | 477 | 122 | 112 |
| Binary | 11110011 | 10000110 | 11010001 | 0 | 101101 | 1110 | 101 | 100111111 | 1010010 | 1001010 |
Color Harmonies of #F386D1
Complementary color
Monochromatic Colors of #F386D1
Black with #F386D1
Text Example
Text Example
White with #F386D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386D1; }
p { color: rgb(243,134,209); }
H1.HeaderClassName
{
color: #F386D1;
}
.AnyTagClassName
{
color: #F386D1;
}
</style>
background-color css
<style>
a { background-color: #F386D1; }
a { background-color: rgb(243,134,209); }
div.DivClassName
{
background-color: #F386D1;
}
.BgClassName
{
background-color: #F386D1;
}
</style>
border-color css
<style>
span { border-color: #F386D1; }
span { border-color: rgb(243,134,209); }
td.TdClassName
{
border-color: #F386D1;
}
.TagClassName
{
border-color: #F386D1;
}
</style>