Shades of Salmon #F1826B
Tints of Salmon #F1826B
RGB
CMYK
RGB Variations
Color information
#F1826B (or 0xF1826B) is known color: Salmon. HEX triplet: F1, 82 and 6B. RGB value is (241,130,107). Sum of RGB (Red+Green+Blue) = 241+130+107=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1826B is #0E7D94. Grayscale: #A0A0A0. Windows color (decimal): -949653 or 7045873. OLE color: 7045873.
HSL color Cylindrical-coordinate representation of color #F1826B: hue angle of 10.3º 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 #F1826B is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 107 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.05 |
| HSL | 10.3º | 0.83% | 0.68% | - |
| HSV(B) | 10.3º | 0.56% | 0.95% | - |
| XYZ | 46.91 | 35.73 | 18.33 | - |
| YUV | 160.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 107 | 0 | 0.46 | 0.56 | 0.05 | 10.3 | 0.83 | 0.68 |
| Hex | F1 | 82 | 6B | 0 | 2E | 38 | 5 | A | 53 | 44 |
| Octal | 361 | 202 | 153 | 0 | 56 | 70 | 5 | 12 | 123 | 104 |
| Binary | 11110001 | 10000010 | 1101011 | 0 | 101110 | 111000 | 101 | 1010 | 1010011 | 1000100 |
Color Harmonies of #F1826B
Complementary color
Monochromatic Colors of #F1826B
Black with #F1826B
Text Example
Text Example
White with #F1826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1826B; }
p { color: rgb(241,130,107); }
H1.HeaderClassName
{
color: #F1826B;
}
.AnyTagClassName
{
color: #F1826B;
}
</style>
background-color css
<style>
a { background-color: #F1826B; }
a { background-color: rgb(241,130,107); }
div.DivClassName
{
background-color: #F1826B;
}
.BgClassName
{
background-color: #F1826B;
}
</style>
border-color css
<style>
span { border-color: #F1826B; }
span { border-color: rgb(241,130,107); }
td.TdClassName
{
border-color: #F1826B;
}
.TagClassName
{
border-color: #F1826B;
}
</style>