Shades of Salmon #F18869
Tints of Salmon #F18869
RGB
CMYK
RGB Variations
Color information
#F18869 (or 0xF18869) is known color: Salmon. HEX triplet: F1, 88 and 69. RGB value is (241,136,105). Sum of RGB (Red+Green+Blue) = 241+136+105=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F18869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18869 is #0E7796. Grayscale: #A4A4A4. Windows color (decimal): -948119 or 6916337. OLE color: 6916337.
HSL color Cylindrical-coordinate representation of color #F18869: hue angle of 13.68º 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 #F18869 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 105 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.05 |
| HSL | 13.68º | 0.83% | 0.68% | - |
| HSV(B) | 13.68º | 0.56% | 0.95% | - |
| XYZ | 47.63 | 37.33 | 18.06 | - |
| YUV | 163.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 105 | 0 | 0.44 | 0.56 | 0.05 | 13.68 | 0.83 | 0.68 |
| Hex | F1 | 88 | 69 | 0 | 2C | 38 | 5 | E | 53 | 44 |
| Octal | 361 | 210 | 151 | 0 | 54 | 70 | 5 | 16 | 123 | 104 |
| Binary | 11110001 | 10001000 | 1101001 | 0 | 101100 | 111000 | 101 | 1110 | 1010011 | 1000100 |
Color Harmonies of #F18869
Complementary color
Monochromatic Colors of #F18869
Black with #F18869
Text Example
Text Example
White with #F18869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18869; }
p { color: rgb(241,136,105); }
H1.HeaderClassName
{
color: #F18869;
}
.AnyTagClassName
{
color: #F18869;
}
</style>
background-color css
<style>
a { background-color: #F18869; }
a { background-color: rgb(241,136,105); }
div.DivClassName
{
background-color: #F18869;
}
.BgClassName
{
background-color: #F18869;
}
</style>
border-color css
<style>
span { border-color: #F18869; }
span { border-color: rgb(241,136,105); }
td.TdClassName
{
border-color: #F18869;
}
.TagClassName
{
border-color: #F18869;
}
</style>