Shades of Salmon #F07B6D
Tints of Salmon #F07B6D
RGB
CMYK
RGB Variations
Color information
#F07B6D (or 0xF07B6D) is known color: Salmon. HEX triplet: F0, 7B and 6D. RGB value is (240,123,109). Sum of RGB (Red+Green+Blue) = 240+123+109=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B6D is #0F8492. Grayscale: #9C9C9C. Windows color (decimal): -1016979 or 7175152. OLE color: 7175152.
HSL color Cylindrical-coordinate representation of color #F07B6D: hue angle of 6.41º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F07B6D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 109 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.06 |
| HSL | 6.41º | 0.81% | 0.68% | - |
| HSV(B) | 6.41º | 0.55% | 0.94% | - |
| XYZ | 45.78 | 33.8 | 18.58 | - |
| YUV | 156.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 109 | 0 | 0.49 | 0.55 | 0.06 | 6.41 | 0.81 | 0.68 |
| Hex | F0 | 7B | 6D | 0 | 31 | 37 | 6 | 6 | 51 | 44 |
| Octal | 360 | 173 | 155 | 0 | 61 | 67 | 6 | 6 | 121 | 104 |
| Binary | 11110000 | 1111011 | 1101101 | 0 | 110001 | 110111 | 110 | 110 | 1010001 | 1000100 |
Color Harmonies of #F07B6D
Complementary color
Monochromatic Colors of #F07B6D
Black with #F07B6D
Text Example
Text Example
White with #F07B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07B6D; }
p { color: rgb(240,123,109); }
H1.HeaderClassName
{
color: #F07B6D;
}
.AnyTagClassName
{
color: #F07B6D;
}
</style>
background-color css
<style>
a { background-color: #F07B6D; }
a { background-color: rgb(240,123,109); }
div.DivClassName
{
background-color: #F07B6D;
}
.BgClassName
{
background-color: #F07B6D;
}
</style>
border-color css
<style>
span { border-color: #F07B6D; }
span { border-color: rgb(240,123,109); }
td.TdClassName
{
border-color: #F07B6D;
}
.TagClassName
{
border-color: #F07B6D;
}
</style>