Shades of Salmon #F18472
Tints of Salmon #F18472
RGB
CMYK
RGB Variations
Color information
#F18472 (or 0xF18472) is known color: Salmon. HEX triplet: F1, 84 and 72. RGB value is (241,132,114). Sum of RGB (Red+Green+Blue) = 241+132+114=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F18472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18472 is #0E7B8D. Grayscale: #A2A2A2. Windows color (decimal): -949134 or 7505137. OLE color: 7505137.
HSL color Cylindrical-coordinate representation of color #F18472: hue angle of 8.5º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F18472 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 114 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.05 |
| HSL | 8.5º | 0.82% | 0.7% | - |
| HSV(B) | 8.5º | 0.53% | 0.95% | - |
| XYZ | 47.56 | 36.42 | 20.44 | - |
| YUV | 162.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 114 | 0 | 0.45 | 0.53 | 0.05 | 8.5 | 0.82 | 0.7 |
| Hex | F1 | 84 | 72 | 0 | 2D | 35 | 5 | 9 | 52 | 46 |
| Octal | 361 | 204 | 162 | 0 | 55 | 65 | 5 | 11 | 122 | 106 |
| Binary | 11110001 | 10000100 | 1110010 | 0 | 101101 | 110101 | 101 | 1001 | 1010010 | 1000110 |
Color Harmonies of #F18472
Complementary color
Monochromatic Colors of #F18472
Black with #F18472
Text Example
Text Example
White with #F18472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18472; }
p { color: rgb(241,132,114); }
H1.HeaderClassName
{
color: #F18472;
}
.AnyTagClassName
{
color: #F18472;
}
</style>
background-color css
<style>
a { background-color: #F18472; }
a { background-color: rgb(241,132,114); }
div.DivClassName
{
background-color: #F18472;
}
.BgClassName
{
background-color: #F18472;
}
</style>
border-color css
<style>
span { border-color: #F18472; }
span { border-color: rgb(241,132,114); }
td.TdClassName
{
border-color: #F18472;
}
.TagClassName
{
border-color: #F18472;
}
</style>