Shades of Salmon #F18970
Tints of Salmon #F18970
RGB
CMYK
RGB Variations
Color information
#F18970 (or 0xF18970) is known color: Salmon. HEX triplet: F1, 89 and 70. RGB value is (241,137,112). Sum of RGB (Red+Green+Blue) = 241+137+112=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F18970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18970 is #0E768F. Grayscale: #A5A5A5. Windows color (decimal): -947856 or 7375345. OLE color: 7375345.
HSL color Cylindrical-coordinate representation of color #F18970: hue angle of 11.63º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F18970 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 112 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.05 |
| HSL | 11.63º | 0.82% | 0.69% | - |
| HSV(B) | 11.63º | 0.54% | 0.95% | - |
| XYZ | 48.15 | 37.76 | 20.08 | - |
| YUV | 165.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 112 | 0 | 0.43 | 0.54 | 0.05 | 11.63 | 0.82 | 0.69 |
| Hex | F1 | 89 | 70 | 0 | 2B | 36 | 5 | C | 52 | 45 |
| Octal | 361 | 211 | 160 | 0 | 53 | 66 | 5 | 14 | 122 | 105 |
| Binary | 11110001 | 10001001 | 1110000 | 0 | 101011 | 110110 | 101 | 1100 | 1010010 | 1000101 |
Color Harmonies of #F18970
Complementary color
Monochromatic Colors of #F18970
Black with #F18970
Text Example
Text Example
White with #F18970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18970; }
p { color: rgb(241,137,112); }
H1.HeaderClassName
{
color: #F18970;
}
.AnyTagClassName
{
color: #F18970;
}
</style>
background-color css
<style>
a { background-color: #F18970; }
a { background-color: rgb(241,137,112); }
div.DivClassName
{
background-color: #F18970;
}
.BgClassName
{
background-color: #F18970;
}
</style>
border-color css
<style>
span { border-color: #F18970; }
span { border-color: rgb(241,137,112); }
td.TdClassName
{
border-color: #F18970;
}
.TagClassName
{
border-color: #F18970;
}
</style>