Shades of Salmon #F18369
Tints of Salmon #F18369
RGB
CMYK
RGB Variations
Color information
#F18369 (or 0xF18369) is known color: Salmon. HEX triplet: F1, 83 and 69. RGB value is (241,131,105). Sum of RGB (Red+Green+Blue) = 241+131+105=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F18369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18369 is #0E7C96. Grayscale: #A1A1A1. Windows color (decimal): -949399 or 6915057. OLE color: 6915057.
HSL color Cylindrical-coordinate representation of color #F18369: hue angle of 11.47º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F18369 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 105 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.05 |
| HSL | 11.47º | 0.83% | 0.68% | - |
| HSV(B) | 11.47º | 0.56% | 0.95% | - |
| XYZ | 46.94 | 35.95 | 17.83 | - |
| YUV | 160.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 105 | 0 | 0.46 | 0.56 | 0.05 | 11.47 | 0.83 | 0.68 |
| Hex | F1 | 83 | 69 | 0 | 2E | 38 | 5 | B | 53 | 44 |
| Octal | 361 | 203 | 151 | 0 | 56 | 70 | 5 | 13 | 123 | 104 |
| Binary | 11110001 | 10000011 | 1101001 | 0 | 101110 | 111000 | 101 | 1011 | 1010011 | 1000100 |
Color Harmonies of #F18369
Complementary color
Monochromatic Colors of #F18369
Black with #F18369
Text Example
Text Example
White with #F18369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18369; }
p { color: rgb(241,131,105); }
H1.HeaderClassName
{
color: #F18369;
}
.AnyTagClassName
{
color: #F18369;
}
</style>
background-color css
<style>
a { background-color: #F18369; }
a { background-color: rgb(241,131,105); }
div.DivClassName
{
background-color: #F18369;
}
.BgClassName
{
background-color: #F18369;
}
</style>
border-color css
<style>
span { border-color: #F18369; }
span { border-color: rgb(241,131,105); }
td.TdClassName
{
border-color: #F18369;
}
.TagClassName
{
border-color: #F18369;
}
</style>