Shades of Salmon #F18171
Tints of Salmon #F18171
RGB
CMYK
RGB Variations
Color information
#F18171 (or 0xF18171) is known color: Salmon. HEX triplet: F1, 81 and 71. RGB value is (241,129,113). Sum of RGB (Red+Green+Blue) = 241+129+113=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F18171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18171 is #0E7E8E. Grayscale: #A0A0A0. Windows color (decimal): -949903 or 7438833. OLE color: 7438833.
HSL color Cylindrical-coordinate representation of color #F18171: hue angle of 7.5º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F18171 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 113 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.05 |
| HSL | 7.5º | 0.82% | 0.69% | - |
| HSV(B) | 7.5º | 0.53% | 0.95% | - |
| XYZ | 47.11 | 35.59 | 20.01 | - |
| YUV | 160.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 113 | 0 | 0.46 | 0.53 | 0.05 | 7.5 | 0.82 | 0.69 |
| Hex | F1 | 81 | 71 | 0 | 2E | 35 | 5 | 8 | 52 | 45 |
| Octal | 361 | 201 | 161 | 0 | 56 | 65 | 5 | 10 | 122 | 105 |
| Binary | 11110001 | 10000001 | 1110001 | 0 | 101110 | 110101 | 101 | 1000 | 1010010 | 1000101 |
Color Harmonies of #F18171
Complementary color
Monochromatic Colors of #F18171
Black with #F18171
Text Example
Text Example
White with #F18171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18171; }
p { color: rgb(241,129,113); }
H1.HeaderClassName
{
color: #F18171;
}
.AnyTagClassName
{
color: #F18171;
}
</style>
background-color css
<style>
a { background-color: #F18171; }
a { background-color: rgb(241,129,113); }
div.DivClassName
{
background-color: #F18171;
}
.BgClassName
{
background-color: #F18171;
}
</style>
border-color css
<style>
span { border-color: #F18171; }
span { border-color: rgb(241,129,113); }
td.TdClassName
{
border-color: #F18171;
}
.TagClassName
{
border-color: #F18171;
}
</style>