Shades of Salmon #F18069
Tints of Salmon #F18069
RGB
CMYK
RGB Variations
Color information
#F18069 (or 0xF18069) is known color: Salmon. HEX triplet: F1, 80 and 69. RGB value is (241,128,105). Sum of RGB (Red+Green+Blue) = 241+128+105=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F18069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18069 is #0E7F96. Grayscale: #9F9F9F. Windows color (decimal): -950167 or 6914289. OLE color: 6914289.
HSL color Cylindrical-coordinate representation of color #F18069: hue angle of 10.15º 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 #F18069 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 105 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.05 |
| HSL | 10.15º | 0.83% | 0.68% | - |
| HSV(B) | 10.15º | 0.56% | 0.95% | - |
| XYZ | 46.54 | 35.16 | 17.7 | - |
| YUV | 159.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 105 | 0 | 0.47 | 0.56 | 0.05 | 10.15 | 0.83 | 0.68 |
| Hex | F1 | 80 | 69 | 0 | 2F | 38 | 5 | A | 53 | 44 |
| Octal | 361 | 200 | 151 | 0 | 57 | 70 | 5 | 12 | 123 | 104 |
| Binary | 11110001 | 10000000 | 1101001 | 0 | 101111 | 111000 | 101 | 1010 | 1010011 | 1000100 |
Color Harmonies of #F18069
Complementary color
Monochromatic Colors of #F18069
Black with #F18069
Text Example
Text Example
White with #F18069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18069; }
p { color: rgb(241,128,105); }
H1.HeaderClassName
{
color: #F18069;
}
.AnyTagClassName
{
color: #F18069;
}
</style>
background-color css
<style>
a { background-color: #F18069; }
a { background-color: rgb(241,128,105); }
div.DivClassName
{
background-color: #F18069;
}
.BgClassName
{
background-color: #F18069;
}
</style>
border-color css
<style>
span { border-color: #F18069; }
span { border-color: rgb(241,128,105); }
td.TdClassName
{
border-color: #F18069;
}
.TagClassName
{
border-color: #F18069;
}
</style>