Shades of Salmon #F1836C
Tints of Salmon #F1836C
RGB
CMYK
RGB Variations
Color information
#F1836C (or 0xF1836C) is known color: Salmon. HEX triplet: F1, 83 and 6C. RGB value is (241,131,108). Sum of RGB (Red+Green+Blue) = 241+131+108=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1836C is #0E7C93. Grayscale: #A1A1A1. Windows color (decimal): -949396 or 7111665. OLE color: 7111665.
HSL color Cylindrical-coordinate representation of color #F1836C: hue angle of 10.38º 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 #F1836C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 108 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.05 |
| HSL | 10.38º | 0.83% | 0.68% | - |
| HSV(B) | 10.38º | 0.55% | 0.95% | - |
| XYZ | 47.1 | 36.02 | 18.66 | - |
| YUV | 161.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 108 | 0 | 0.46 | 0.55 | 0.05 | 10.38 | 0.83 | 0.68 |
| Hex | F1 | 83 | 6C | 0 | 2E | 37 | 5 | A | 53 | 44 |
| Octal | 361 | 203 | 154 | 0 | 56 | 67 | 5 | 12 | 123 | 104 |
| Binary | 11110001 | 10000011 | 1101100 | 0 | 101110 | 110111 | 101 | 1010 | 1010011 | 1000100 |
Color Harmonies of #F1836C
Complementary color
Monochromatic Colors of #F1836C
Black with #F1836C
Text Example
Text Example
White with #F1836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1836C; }
p { color: rgb(241,131,108); }
H1.HeaderClassName
{
color: #F1836C;
}
.AnyTagClassName
{
color: #F1836C;
}
</style>
background-color css
<style>
a { background-color: #F1836C; }
a { background-color: rgb(241,131,108); }
div.DivClassName
{
background-color: #F1836C;
}
.BgClassName
{
background-color: #F1836C;
}
</style>
border-color css
<style>
span { border-color: #F1836C; }
span { border-color: rgb(241,131,108); }
td.TdClassName
{
border-color: #F1836C;
}
.TagClassName
{
border-color: #F1836C;
}
</style>