Shades of Salmon #F3856B
Tints of Salmon #F3856B
RGB
CMYK
RGB Variations
Color information
#F3856B (or 0xF3856B) is known color: Salmon. HEX triplet: F3, 85 and 6B. RGB value is (243,133,107). Sum of RGB (Red+Green+Blue) = 243+133+107=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3856B is #0C7A94. Grayscale: #A3A3A3. Windows color (decimal): -817813 or 7046643. OLE color: 7046643.
HSL color Cylindrical-coordinate representation of color #F3856B: hue angle of 11.47º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3856B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 107 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.05 |
| HSL | 11.47º | 0.85% | 0.69% | - |
| HSV(B) | 11.47º | 0.56% | 0.95% | - |
| XYZ | 48 | 36.89 | 18.5 | - |
| YUV | 162.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 107 | 0 | 0.45 | 0.56 | 0.05 | 11.47 | 0.85 | 0.69 |
| Hex | F3 | 85 | 6B | 0 | 2D | 38 | 5 | B | 55 | 45 |
| Octal | 363 | 205 | 153 | 0 | 55 | 70 | 5 | 13 | 125 | 105 |
| Binary | 11110011 | 10000101 | 1101011 | 0 | 101101 | 111000 | 101 | 1011 | 1010101 | 1000101 |
Color Harmonies of #F3856B
Complementary color
Monochromatic Colors of #F3856B
Black with #F3856B
Text Example
Text Example
White with #F3856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3856B; }
p { color: rgb(243,133,107); }
H1.HeaderClassName
{
color: #F3856B;
}
.AnyTagClassName
{
color: #F3856B;
}
</style>
background-color css
<style>
a { background-color: #F3856B; }
a { background-color: rgb(243,133,107); }
div.DivClassName
{
background-color: #F3856B;
}
.BgClassName
{
background-color: #F3856B;
}
</style>
border-color css
<style>
span { border-color: #F3856B; }
span { border-color: rgb(243,133,107); }
td.TdClassName
{
border-color: #F3856B;
}
.TagClassName
{
border-color: #F3856B;
}
</style>