Shades of Salmon #F1826D
Tints of Salmon #F1826D
RGB
CMYK
RGB Variations
Color information
#F1826D (or 0xF1826D) is known color: Salmon. HEX triplet: F1, 82 and 6D. RGB value is (241,130,109). Sum of RGB (Red+Green+Blue) = 241+130+109=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1826D is #0E7D92. Grayscale: #A0A0A0. Windows color (decimal): -949651 or 7176945. OLE color: 7176945.
HSL color Cylindrical-coordinate representation of color #F1826D: hue angle of 9.55º 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 #F1826D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 109 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.05 |
| HSL | 9.55º | 0.83% | 0.69% | - |
| HSV(B) | 9.55º | 0.55% | 0.95% | - |
| XYZ | 47.02 | 35.77 | 18.89 | - |
| YUV | 160.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 109 | 0 | 0.46 | 0.55 | 0.05 | 9.55 | 0.83 | 0.69 |
| Hex | F1 | 82 | 6D | 0 | 2E | 37 | 5 | A | 52 | 45 |
| Octal | 361 | 202 | 155 | 0 | 56 | 67 | 5 | 12 | 122 | 105 |
| Binary | 11110001 | 10000010 | 1101101 | 0 | 101110 | 110111 | 101 | 1010 | 1010010 | 1000101 |
Color Harmonies of #F1826D
Complementary color
Monochromatic Colors of #F1826D
Black with #F1826D
Text Example
Text Example
White with #F1826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1826D; }
p { color: rgb(241,130,109); }
H1.HeaderClassName
{
color: #F1826D;
}
.AnyTagClassName
{
color: #F1826D;
}
</style>
background-color css
<style>
a { background-color: #F1826D; }
a { background-color: rgb(241,130,109); }
div.DivClassName
{
background-color: #F1826D;
}
.BgClassName
{
background-color: #F1826D;
}
</style>
border-color css
<style>
span { border-color: #F1826D; }
span { border-color: rgb(241,130,109); }
td.TdClassName
{
border-color: #F1826D;
}
.TagClassName
{
border-color: #F1826D;
}
</style>