Shades of Salmon #F38465
Tints of Salmon #F38465
RGB
CMYK
RGB Variations
Color information
#F38465 (or 0xF38465) is known color: Salmon. HEX triplet: F3, 84 and 65. RGB value is (243,132,101). Sum of RGB (Red+Green+Blue) = 243+132+101=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F38465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38465 is #0C7B9A. Grayscale: #A1A1A1. Windows color (decimal): -818075 or 6653171. OLE color: 6653171.
HSL color Cylindrical-coordinate representation of color #F38465: hue angle of 13.1º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F38465 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 101 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.05 |
| HSL | 13.1º | 0.86% | 0.67% | - |
| HSV(B) | 13.1º | 0.58% | 0.95% | - |
| XYZ | 47.56 | 36.5 | 16.85 | - |
| YUV | 161.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 101 | 0 | 0.46 | 0.58 | 0.05 | 13.1 | 0.86 | 0.67 |
| Hex | F3 | 84 | 65 | 0 | 2E | 3A | 5 | D | 56 | 43 |
| Octal | 363 | 204 | 145 | 0 | 56 | 72 | 5 | 15 | 126 | 103 |
| Binary | 11110011 | 10000100 | 1100101 | 0 | 101110 | 111010 | 101 | 1101 | 1010110 | 1000011 |
Color Harmonies of #F38465
Complementary color
Monochromatic Colors of #F38465
Black with #F38465
Text Example
Text Example
White with #F38465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38465; }
p { color: rgb(243,132,101); }
H1.HeaderClassName
{
color: #F38465;
}
.AnyTagClassName
{
color: #F38465;
}
</style>
background-color css
<style>
a { background-color: #F38465; }
a { background-color: rgb(243,132,101); }
div.DivClassName
{
background-color: #F38465;
}
.BgClassName
{
background-color: #F38465;
}
</style>
border-color css
<style>
span { border-color: #F38465; }
span { border-color: rgb(243,132,101); }
td.TdClassName
{
border-color: #F38465;
}
.TagClassName
{
border-color: #F38465;
}
</style>