Shades of Salmon #F1896D
Tints of Salmon #F1896D
RGB
CMYK
RGB Variations
Color information
#F1896D (or 0xF1896D) is known color: Salmon. HEX triplet: F1, 89 and 6D. RGB value is (241,137,109). Sum of RGB (Red+Green+Blue) = 241+137+109=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1896D is #0E7692. Grayscale: #A5A5A5. Windows color (decimal): -947859 or 7178737. OLE color: 7178737.
HSL color Cylindrical-coordinate representation of color #F1896D: hue angle of 12.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1896D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 109 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.05 |
| HSL | 12.73º | 0.83% | 0.69% | - |
| HSV(B) | 12.73º | 0.55% | 0.95% | - |
| XYZ | 47.98 | 37.7 | 19.22 | - |
| YUV | 164.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 109 | 0 | 0.43 | 0.55 | 0.05 | 12.73 | 0.83 | 0.69 |
| Hex | F1 | 89 | 6D | 0 | 2B | 37 | 5 | D | 52 | 45 |
| Octal | 361 | 211 | 155 | 0 | 53 | 67 | 5 | 15 | 122 | 105 |
| Binary | 11110001 | 10001001 | 1101101 | 0 | 101011 | 110111 | 101 | 1101 | 1010010 | 1000101 |
Color Harmonies of #F1896D
Complementary color
Monochromatic Colors of #F1896D
Black with #F1896D
Text Example
Text Example
White with #F1896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1896D; }
p { color: rgb(241,137,109); }
H1.HeaderClassName
{
color: #F1896D;
}
.AnyTagClassName
{
color: #F1896D;
}
</style>
background-color css
<style>
a { background-color: #F1896D; }
a { background-color: rgb(241,137,109); }
div.DivClassName
{
background-color: #F1896D;
}
.BgClassName
{
background-color: #F1896D;
}
</style>
border-color css
<style>
span { border-color: #F1896D; }
span { border-color: rgb(241,137,109); }
td.TdClassName
{
border-color: #F1896D;
}
.TagClassName
{
border-color: #F1896D;
}
</style>