Shades of Salmon #F08374
Tints of Salmon #F08374
RGB
CMYK
RGB Variations
Color information
#F08374 (or 0xF08374) is known color: Salmon. HEX triplet: F0, 83 and 74. RGB value is (240,131,116). Sum of RGB (Red+Green+Blue) = 240+131+116=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F08374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08374 is #0F7C8B. Grayscale: #A2A2A2. Windows color (decimal): -1014924 or 7635952. OLE color: 7635952.
HSL color Cylindrical-coordinate representation of color #F08374: hue angle of 7.26º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08374 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 116 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.06 |
| HSL | 7.26º | 0.81% | 0.7% | - |
| HSV(B) | 7.26º | 0.52% | 0.94% | - |
| XYZ | 47.2 | 36.02 | 20.99 | - |
| YUV | 161.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 116 | 0 | 0.45 | 0.52 | 0.06 | 7.26 | 0.81 | 0.7 |
| Hex | F0 | 83 | 74 | 0 | 2D | 34 | 6 | 7 | 51 | 46 |
| Octal | 360 | 203 | 164 | 0 | 55 | 64 | 6 | 7 | 121 | 106 |
| Binary | 11110000 | 10000011 | 1110100 | 0 | 101101 | 110100 | 110 | 111 | 1010001 | 1000110 |
Color Harmonies of #F08374
Complementary color
Monochromatic Colors of #F08374
Black with #F08374
Text Example
Text Example
White with #F08374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08374; }
p { color: rgb(240,131,116); }
H1.HeaderClassName
{
color: #F08374;
}
.AnyTagClassName
{
color: #F08374;
}
</style>
background-color css
<style>
a { background-color: #F08374; }
a { background-color: rgb(240,131,116); }
div.DivClassName
{
background-color: #F08374;
}
.BgClassName
{
background-color: #F08374;
}
</style>
border-color css
<style>
span { border-color: #F08374; }
span { border-color: rgb(240,131,116); }
td.TdClassName
{
border-color: #F08374;
}
.TagClassName
{
border-color: #F08374;
}
</style>