Shades of Salmon #F18574
Tints of Salmon #F18574
RGB
CMYK
RGB Variations
Color information
#F18574 (or 0xF18574) is known color: Salmon. HEX triplet: F1, 85 and 74. RGB value is (241,133,116). Sum of RGB (Red+Green+Blue) = 241+133+116=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F18574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18574 is #0E7A8B. Grayscale: #A3A3A3. Windows color (decimal): -948876 or 7636465. OLE color: 7636465.
HSL color Cylindrical-coordinate representation of color #F18574: hue angle of 8.16º 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 #F18574 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 116 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.05 |
| HSL | 8.16º | 0.82% | 0.7% | - |
| HSV(B) | 8.16º | 0.52% | 0.95% | - |
| XYZ | 47.82 | 36.74 | 21.09 | - |
| YUV | 163.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 116 | 0 | 0.45 | 0.52 | 0.05 | 8.16 | 0.82 | 0.7 |
| Hex | F1 | 85 | 74 | 0 | 2D | 34 | 5 | 8 | 52 | 46 |
| Octal | 361 | 205 | 164 | 0 | 55 | 64 | 5 | 10 | 122 | 106 |
| Binary | 11110001 | 10000101 | 1110100 | 0 | 101101 | 110100 | 101 | 1000 | 1010010 | 1000110 |
Color Harmonies of #F18574
Complementary color
Monochromatic Colors of #F18574
Black with #F18574
Text Example
Text Example
White with #F18574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18574; }
p { color: rgb(241,133,116); }
H1.HeaderClassName
{
color: #F18574;
}
.AnyTagClassName
{
color: #F18574;
}
</style>
background-color css
<style>
a { background-color: #F18574; }
a { background-color: rgb(241,133,116); }
div.DivClassName
{
background-color: #F18574;
}
.BgClassName
{
background-color: #F18574;
}
</style>
border-color css
<style>
span { border-color: #F18574; }
span { border-color: rgb(241,133,116); }
td.TdClassName
{
border-color: #F18574;
}
.TagClassName
{
border-color: #F18574;
}
</style>