Shades of Salmon #F3856D
Tints of Salmon #F3856D
RGB
CMYK
RGB Variations
Color information
#F3856D (or 0xF3856D) is known color: Salmon. HEX triplet: F3, 85 and 6D. RGB value is (243,133,109). Sum of RGB (Red+Green+Blue) = 243+133+109=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3856D is #0C7A92. Grayscale: #A3A3A3. Windows color (decimal): -817811 or 7177715. OLE color: 7177715.
HSL color Cylindrical-coordinate representation of color #F3856D: hue angle of 10.75º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3856D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 109 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.05 |
| HSL | 10.75º | 0.85% | 0.69% | - |
| HSV(B) | 10.75º | 0.55% | 0.95% | - |
| XYZ | 48.11 | 36.93 | 19.06 | - |
| YUV | 163.15 | 97.44 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 109 | 0 | 0.45 | 0.55 | 0.05 | 10.75 | 0.85 | 0.69 |
| Hex | F3 | 85 | 6D | 0 | 2D | 37 | 5 | B | 55 | 45 |
| Octal | 363 | 205 | 155 | 0 | 55 | 67 | 5 | 13 | 125 | 105 |
| Binary | 11110011 | 10000101 | 1101101 | 0 | 101101 | 110111 | 101 | 1011 | 1010101 | 1000101 |
Color Harmonies of #F3856D
Complementary color
Monochromatic Colors of #F3856D
Black with #F3856D
Text Example
Text Example
White with #F3856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3856D; }
p { color: rgb(243,133,109); }
H1.HeaderClassName
{
color: #F3856D;
}
.AnyTagClassName
{
color: #F3856D;
}
</style>
background-color css
<style>
a { background-color: #F3856D; }
a { background-color: rgb(243,133,109); }
div.DivClassName
{
background-color: #F3856D;
}
.BgClassName
{
background-color: #F3856D;
}
</style>
border-color css
<style>
span { border-color: #F3856D; }
span { border-color: rgb(243,133,109); }
td.TdClassName
{
border-color: #F3856D;
}
.TagClassName
{
border-color: #F3856D;
}
</style>