Shades of Salmon #F1896A
Tints of Salmon #F1896A
RGB
CMYK
RGB Variations
Color information
#F1896A (or 0xF1896A) is known color: Salmon. HEX triplet: F1, 89 and 6A. RGB value is (241,137,106). Sum of RGB (Red+Green+Blue) = 241+137+106=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1896A is #0E7695. Grayscale: #A4A4A4. Windows color (decimal): -947862 or 6982129. OLE color: 6982129.
HSL color Cylindrical-coordinate representation of color #F1896A: hue angle of 13.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1896A is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 106 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.05 |
| HSL | 13.78º | 0.83% | 0.68% | - |
| HSV(B) | 13.78º | 0.56% | 0.95% | - |
| XYZ | 47.82 | 37.63 | 18.38 | - |
| YUV | 164.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 106 | 0 | 0.43 | 0.56 | 0.05 | 13.78 | 0.83 | 0.68 |
| Hex | F1 | 89 | 6A | 0 | 2B | 38 | 5 | E | 53 | 44 |
| Octal | 361 | 211 | 152 | 0 | 53 | 70 | 5 | 16 | 123 | 104 |
| Binary | 11110001 | 10001001 | 1101010 | 0 | 101011 | 111000 | 101 | 1110 | 1010011 | 1000100 |
Color Harmonies of #F1896A
Complementary color
Monochromatic Colors of #F1896A
Black with #F1896A
Text Example
Text Example
White with #F1896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1896A; }
p { color: rgb(241,137,106); }
H1.HeaderClassName
{
color: #F1896A;
}
.AnyTagClassName
{
color: #F1896A;
}
</style>
background-color css
<style>
a { background-color: #F1896A; }
a { background-color: rgb(241,137,106); }
div.DivClassName
{
background-color: #F1896A;
}
.BgClassName
{
background-color: #F1896A;
}
</style>
border-color css
<style>
span { border-color: #F1896A; }
span { border-color: rgb(241,137,106); }
td.TdClassName
{
border-color: #F1896A;
}
.TagClassName
{
border-color: #F1896A;
}
</style>