Shades of Salmon #F1816B
Tints of Salmon #F1816B
RGB
CMYK
RGB Variations
Color information
#F1816B (or 0xF1816B) is known color: Salmon. HEX triplet: F1, 81 and 6B. RGB value is (241,129,107). Sum of RGB (Red+Green+Blue) = 241+129+107=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1816B is #0E7E94. Grayscale: #A0A0A0. Windows color (decimal): -949909 or 7045617. OLE color: 7045617.
HSL color Cylindrical-coordinate representation of color #F1816B: hue angle of 9.85º 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 #F1816B is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 107 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.05 |
| HSL | 9.85º | 0.83% | 0.68% | - |
| HSV(B) | 9.85º | 0.56% | 0.95% | - |
| XYZ | 46.78 | 35.46 | 18.29 | - |
| YUV | 159.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 107 | 0 | 0.46 | 0.56 | 0.05 | 9.85 | 0.83 | 0.68 |
| Hex | F1 | 81 | 6B | 0 | 2E | 38 | 5 | A | 53 | 44 |
| Octal | 361 | 201 | 153 | 0 | 56 | 70 | 5 | 12 | 123 | 104 |
| Binary | 11110001 | 10000001 | 1101011 | 0 | 101110 | 111000 | 101 | 1010 | 1010011 | 1000100 |
Color Harmonies of #F1816B
Complementary color
Monochromatic Colors of #F1816B
Black with #F1816B
Text Example
Text Example
White with #F1816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1816B; }
p { color: rgb(241,129,107); }
H1.HeaderClassName
{
color: #F1816B;
}
.AnyTagClassName
{
color: #F1816B;
}
</style>
background-color css
<style>
a { background-color: #F1816B; }
a { background-color: rgb(241,129,107); }
div.DivClassName
{
background-color: #F1816B;
}
.BgClassName
{
background-color: #F1816B;
}
</style>
border-color css
<style>
span { border-color: #F1816B; }
span { border-color: rgb(241,129,107); }
td.TdClassName
{
border-color: #F1816B;
}
.TagClassName
{
border-color: #F1816B;
}
</style>