Shades of Salmon #F18867
Tints of Salmon #F18867
RGB
CMYK
RGB Variations
Color information
#F18867 (or 0xF18867) is known color: Salmon. HEX triplet: F1, 88 and 67. RGB value is (241,136,103). Sum of RGB (Red+Green+Blue) = 241+136+103=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F18867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18867 is #0E7798. Grayscale: #A3A3A3. Windows color (decimal): -948121 or 6785265. OLE color: 6785265.
HSL color Cylindrical-coordinate representation of color #F18867: hue angle of 14.35º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F18867 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 103 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.05 |
| HSL | 14.35º | 0.83% | 0.67% | - |
| HSV(B) | 14.35º | 0.57% | 0.95% | - |
| XYZ | 47.53 | 37.29 | 17.52 | - |
| YUV | 163.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 103 | 0 | 0.44 | 0.57 | 0.05 | 14.35 | 0.83 | 0.67 |
| Hex | F1 | 88 | 67 | 0 | 2C | 39 | 5 | E | 53 | 43 |
| Octal | 361 | 210 | 147 | 0 | 54 | 71 | 5 | 16 | 123 | 103 |
| Binary | 11110001 | 10001000 | 1100111 | 0 | 101100 | 111001 | 101 | 1110 | 1010011 | 1000011 |
Color Harmonies of #F18867
Complementary color
Monochromatic Colors of #F18867
Black with #F18867
Text Example
Text Example
White with #F18867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18867; }
p { color: rgb(241,136,103); }
H1.HeaderClassName
{
color: #F18867;
}
.AnyTagClassName
{
color: #F18867;
}
</style>
background-color css
<style>
a { background-color: #F18867; }
a { background-color: rgb(241,136,103); }
div.DivClassName
{
background-color: #F18867;
}
.BgClassName
{
background-color: #F18867;
}
</style>
border-color css
<style>
span { border-color: #F18867; }
span { border-color: rgb(241,136,103); }
td.TdClassName
{
border-color: #F18867;
}
.TagClassName
{
border-color: #F18867;
}
</style>