Shades of Salmon #F1816D
Tints of Salmon #F1816D
RGB
CMYK
RGB Variations
Color information
#F1816D (or 0xF1816D) is known color: Salmon. HEX triplet: F1, 81 and 6D. RGB value is (241,129,109). Sum of RGB (Red+Green+Blue) = 241+129+109=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1816D is #0E7E92. Grayscale: #A0A0A0. Windows color (decimal): -949907 or 7176689. OLE color: 7176689.
HSL color Cylindrical-coordinate representation of color #F1816D: hue angle of 9.09º 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 #F1816D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 109 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.05 |
| HSL | 9.09º | 0.83% | 0.69% | - |
| HSV(B) | 9.09º | 0.55% | 0.95% | - |
| XYZ | 46.89 | 35.51 | 18.85 | - |
| YUV | 160.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 109 | 0 | 0.46 | 0.55 | 0.05 | 9.09 | 0.83 | 0.69 |
| Hex | F1 | 81 | 6D | 0 | 2E | 37 | 5 | 9 | 52 | 45 |
| Octal | 361 | 201 | 155 | 0 | 56 | 67 | 5 | 11 | 122 | 105 |
| Binary | 11110001 | 10000001 | 1101101 | 0 | 101110 | 110111 | 101 | 1001 | 1010010 | 1000101 |
Color Harmonies of #F1816D
Complementary color
Monochromatic Colors of #F1816D
Black with #F1816D
Text Example
Text Example
White with #F1816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1816D; }
p { color: rgb(241,129,109); }
H1.HeaderClassName
{
color: #F1816D;
}
.AnyTagClassName
{
color: #F1816D;
}
</style>
background-color css
<style>
a { background-color: #F1816D; }
a { background-color: rgb(241,129,109); }
div.DivClassName
{
background-color: #F1816D;
}
.BgClassName
{
background-color: #F1816D;
}
</style>
border-color css
<style>
span { border-color: #F1816D; }
span { border-color: rgb(241,129,109); }
td.TdClassName
{
border-color: #F1816D;
}
.TagClassName
{
border-color: #F1816D;
}
</style>