Shades of Salmon #F18165
Tints of Salmon #F18165
RGB
CMYK
RGB Variations
Color information
#F18165 (or 0xF18165) is known color: Salmon. HEX triplet: F1, 81 and 65. RGB value is (241,129,101). Sum of RGB (Red+Green+Blue) = 241+129+101=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F18165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18165 is #0E7E9A. Grayscale: #9F9F9F. Windows color (decimal): -949915 or 6652401. OLE color: 6652401.
HSL color Cylindrical-coordinate representation of color #F18165: hue angle of 12º degrees, saturation: 0.83, 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 #F18165 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 101 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.05 |
| HSL | 12º | 0.83% | 0.67% | - |
| HSV(B) | 12º | 0.58% | 0.95% | - |
| XYZ | 46.47 | 35.34 | 16.68 | - |
| YUV | 159.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 101 | 0 | 0.46 | 0.58 | 0.05 | 12 | 0.83 | 0.67 |
| Hex | F1 | 81 | 65 | 0 | 2E | 3A | 5 | C | 53 | 43 |
| Octal | 361 | 201 | 145 | 0 | 56 | 72 | 5 | 14 | 123 | 103 |
| Binary | 11110001 | 10000001 | 1100101 | 0 | 101110 | 111010 | 101 | 1100 | 1010011 | 1000011 |
Color Harmonies of #F18165
Complementary color
Monochromatic Colors of #F18165
Black with #F18165
Text Example
Text Example
White with #F18165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18165; }
p { color: rgb(241,129,101); }
H1.HeaderClassName
{
color: #F18165;
}
.AnyTagClassName
{
color: #F18165;
}
</style>
background-color css
<style>
a { background-color: #F18165; }
a { background-color: rgb(241,129,101); }
div.DivClassName
{
background-color: #F18165;
}
.BgClassName
{
background-color: #F18165;
}
</style>
border-color css
<style>
span { border-color: #F18165; }
span { border-color: rgb(241,129,101); }
td.TdClassName
{
border-color: #F18165;
}
.TagClassName
{
border-color: #F18165;
}
</style>