Shades of Salmon #F1826C
Tints of Salmon #F1826C
RGB
CMYK
RGB Variations
Color information
#F1826C (or 0xF1826C) is known color: Salmon. HEX triplet: F1, 82 and 6C. RGB value is (241,130,108). Sum of RGB (Red+Green+Blue) = 241+130+108=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1826C is #0E7D93. Grayscale: #A0A0A0. Windows color (decimal): -949652 or 7111409. OLE color: 7111409.
HSL color Cylindrical-coordinate representation of color #F1826C: hue angle of 9.92º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1826C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 108 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.05 |
| HSL | 9.92º | 0.83% | 0.68% | - |
| HSV(B) | 9.92º | 0.55% | 0.95% | - |
| XYZ | 46.97 | 35.75 | 18.61 | - |
| YUV | 160.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 108 | 0 | 0.46 | 0.55 | 0.05 | 9.92 | 0.83 | 0.68 |
| Hex | F1 | 82 | 6C | 0 | 2E | 37 | 5 | A | 53 | 44 |
| Octal | 361 | 202 | 154 | 0 | 56 | 67 | 5 | 12 | 123 | 104 |
| Binary | 11110001 | 10000010 | 1101100 | 0 | 101110 | 110111 | 101 | 1010 | 1010011 | 1000100 |
Color Harmonies of #F1826C
Complementary color
Monochromatic Colors of #F1826C
Black with #F1826C
Text Example
Text Example
White with #F1826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1826C; }
p { color: rgb(241,130,108); }
H1.HeaderClassName
{
color: #F1826C;
}
.AnyTagClassName
{
color: #F1826C;
}
</style>
background-color css
<style>
a { background-color: #F1826C; }
a { background-color: rgb(241,130,108); }
div.DivClassName
{
background-color: #F1826C;
}
.BgClassName
{
background-color: #F1826C;
}
</style>
border-color css
<style>
span { border-color: #F1826C; }
span { border-color: rgb(241,130,108); }
td.TdClassName
{
border-color: #F1826C;
}
.TagClassName
{
border-color: #F1826C;
}
</style>