Shades of Salmon #F07F6B
Tints of Salmon #F07F6B
RGB
CMYK
RGB Variations
Color information
#F07F6B (or 0xF07F6B) is known color: Salmon. HEX triplet: F0, 7F and 6B. RGB value is (240,127,107). Sum of RGB (Red+Green+Blue) = 240+127+107=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F6B is #0F8094. Grayscale: #9E9E9E. Windows color (decimal): -1015957 or 7045104. OLE color: 7045104.
HSL color Cylindrical-coordinate representation of color #F07F6B: hue angle of 9.02º degrees, saturation: 0.82, 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 #F07F6B is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 107 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.06 |
| HSL | 9.02º | 0.82% | 0.68% | - |
| HSV(B) | 9.02º | 0.55% | 0.94% | - |
| XYZ | 46.18 | 34.77 | 18.19 | - |
| YUV | 158.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 107 | 0 | 0.47 | 0.55 | 0.06 | 9.02 | 0.82 | 0.68 |
| Hex | F0 | 7F | 6B | 0 | 2F | 37 | 6 | 9 | 52 | 44 |
| Octal | 360 | 177 | 153 | 0 | 57 | 67 | 6 | 11 | 122 | 104 |
| Binary | 11110000 | 1111111 | 1101011 | 0 | 101111 | 110111 | 110 | 1001 | 1010010 | 1000100 |
Color Harmonies of #F07F6B
Complementary color
Monochromatic Colors of #F07F6B
Black with #F07F6B
Text Example
Text Example
White with #F07F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F6B; }
p { color: rgb(240,127,107); }
H1.HeaderClassName
{
color: #F07F6B;
}
.AnyTagClassName
{
color: #F07F6B;
}
</style>
background-color css
<style>
a { background-color: #F07F6B; }
a { background-color: rgb(240,127,107); }
div.DivClassName
{
background-color: #F07F6B;
}
.BgClassName
{
background-color: #F07F6B;
}
</style>
border-color css
<style>
span { border-color: #F07F6B; }
span { border-color: rgb(240,127,107); }
td.TdClassName
{
border-color: #F07F6B;
}
.TagClassName
{
border-color: #F07F6B;
}
</style>