Shades of Salmon #F18773
Tints of Salmon #F18773
RGB
CMYK
RGB Variations
Color information
#F18773 (or 0xF18773) is known color: Salmon. HEX triplet: F1, 87 and 73. RGB value is (241,135,115). Sum of RGB (Red+Green+Blue) = 241+135+115=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F18773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18773 is #0E788C. Grayscale: #A4A4A4. Windows color (decimal): -948365 or 7571441. OLE color: 7571441.
HSL color Cylindrical-coordinate representation of color #F18773: hue angle of 9.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F18773 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 115 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.05 |
| HSL | 9.52º | 0.82% | 0.7% | - |
| HSV(B) | 9.52º | 0.52% | 0.95% | - |
| XYZ | 48.03 | 37.27 | 20.88 | - |
| YUV | 164.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 115 | 0 | 0.44 | 0.52 | 0.05 | 9.52 | 0.82 | 0.7 |
| Hex | F1 | 87 | 73 | 0 | 2C | 34 | 5 | A | 52 | 46 |
| Octal | 361 | 207 | 163 | 0 | 54 | 64 | 5 | 12 | 122 | 106 |
| Binary | 11110001 | 10000111 | 1110011 | 0 | 101100 | 110100 | 101 | 1010 | 1010010 | 1000110 |
Color Harmonies of #F18773
Complementary color
Monochromatic Colors of #F18773
Black with #F18773
Text Example
Text Example
White with #F18773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18773; }
p { color: rgb(241,135,115); }
H1.HeaderClassName
{
color: #F18773;
}
.AnyTagClassName
{
color: #F18773;
}
</style>
background-color css
<style>
a { background-color: #F18773; }
a { background-color: rgb(241,135,115); }
div.DivClassName
{
background-color: #F18773;
}
.BgClassName
{
background-color: #F18773;
}
</style>
border-color css
<style>
span { border-color: #F18773; }
span { border-color: rgb(241,135,115); }
td.TdClassName
{
border-color: #F18773;
}
.TagClassName
{
border-color: #F18773;
}
</style>