Shades of Tea Rose #F386D2
Tints of Tea Rose #F386D2
RGB
CMYK
RGB Variations
Color information
#F386D2 (or 0xF386D2) is known color: Tea Rose. HEX triplet: F3, 86 and D2. RGB value is (243,134,210). Sum of RGB (Red+Green+Blue) = 243+134+210=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F386D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386D2 is #0C792D. Grayscale: #AFAFAF. Windows color (decimal): -817454 or 13797107. OLE color: 13797107.
HSL color Cylindrical-coordinate representation of color #F386D2: hue angle of 318.17º 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 #F386D2 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 210 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.05 |
| HSL | 318.17º | 0.82% | 0.74% | - |
| HSV(B) | 318.17º | 0.45% | 0.95% | - |
| XYZ | 57.12 | 40.76 | 65.83 | - |
| YUV | 175.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 210 | 0 | 0.45 | 0.14 | 0.05 | 318.17 | 0.82 | 0.74 |
| Hex | F3 | 86 | D2 | 0 | 2D | E | 5 | 13E | 52 | 4A |
| Octal | 363 | 206 | 322 | 0 | 55 | 16 | 5 | 476 | 122 | 112 |
| Binary | 11110011 | 10000110 | 11010010 | 0 | 101101 | 1110 | 101 | 100111110 | 1010010 | 1001010 |
Color Harmonies of #F386D2
Complementary color
Monochromatic Colors of #F386D2
Black with #F386D2
Text Example
Text Example
White with #F386D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386D2; }
p { color: rgb(243,134,210); }
H1.HeaderClassName
{
color: #F386D2;
}
.AnyTagClassName
{
color: #F386D2;
}
</style>
background-color css
<style>
a { background-color: #F386D2; }
a { background-color: rgb(243,134,210); }
div.DivClassName
{
background-color: #F386D2;
}
.BgClassName
{
background-color: #F386D2;
}
</style>
border-color css
<style>
span { border-color: #F386D2; }
span { border-color: rgb(243,134,210); }
td.TdClassName
{
border-color: #F386D2;
}
.TagClassName
{
border-color: #F386D2;
}
</style>