Shades of Salmon #F18170
Tints of Salmon #F18170
RGB
CMYK
RGB Variations
Color information
#F18170 (or 0xF18170) is known color: Salmon. HEX triplet: F1, 81 and 70. RGB value is (241,129,112). Sum of RGB (Red+Green+Blue) = 241+129+112=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F18170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18170 is #0E7E8F. Grayscale: #A0A0A0. Windows color (decimal): -949904 or 7373297. OLE color: 7373297.
HSL color Cylindrical-coordinate representation of color #F18170: hue angle of 7.91º 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 #F18170 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 112 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.05 |
| HSL | 7.91º | 0.82% | 0.69% | - |
| HSV(B) | 7.91º | 0.54% | 0.95% | - |
| XYZ | 47.05 | 35.57 | 19.72 | - |
| YUV | 160.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 112 | 0 | 0.46 | 0.54 | 0.05 | 7.91 | 0.82 | 0.69 |
| Hex | F1 | 81 | 70 | 0 | 2E | 36 | 5 | 8 | 52 | 45 |
| Octal | 361 | 201 | 160 | 0 | 56 | 66 | 5 | 10 | 122 | 105 |
| Binary | 11110001 | 10000001 | 1110000 | 0 | 101110 | 110110 | 101 | 1000 | 1010010 | 1000101 |
Color Harmonies of #F18170
Complementary color
Monochromatic Colors of #F18170
Black with #F18170
Text Example
Text Example
White with #F18170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18170; }
p { color: rgb(241,129,112); }
H1.HeaderClassName
{
color: #F18170;
}
.AnyTagClassName
{
color: #F18170;
}
</style>
background-color css
<style>
a { background-color: #F18170; }
a { background-color: rgb(241,129,112); }
div.DivClassName
{
background-color: #F18170;
}
.BgClassName
{
background-color: #F18170;
}
</style>
border-color css
<style>
span { border-color: #F18170; }
span { border-color: rgb(241,129,112); }
td.TdClassName
{
border-color: #F18170;
}
.TagClassName
{
border-color: #F18170;
}
</style>