Shades of Salmon #F07F68
Tints of Salmon #F07F68
RGB
CMYK
RGB Variations
Color information
#F07F68 (or 0xF07F68) is known color: Salmon. HEX triplet: F0, 7F and 68. RGB value is (240,127,104). Sum of RGB (Red+Green+Blue) = 240+127+104=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F68 is #0F8097. Grayscale: #9E9E9E. Windows color (decimal): -1015960 or 6848496. OLE color: 6848496.
HSL color Cylindrical-coordinate representation of color #F07F68: hue angle of 10.15º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F07F68 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 104 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.06 |
| HSL | 10.15º | 0.82% | 0.67% | - |
| HSV(B) | 10.15º | 0.57% | 0.94% | - |
| XYZ | 46.02 | 34.7 | 17.37 | - |
| YUV | 158.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 104 | 0 | 0.47 | 0.57 | 0.06 | 10.15 | 0.82 | 0.67 |
| Hex | F0 | 7F | 68 | 0 | 2F | 39 | 6 | A | 52 | 43 |
| Octal | 360 | 177 | 150 | 0 | 57 | 71 | 6 | 12 | 122 | 103 |
| Binary | 11110000 | 1111111 | 1101000 | 0 | 101111 | 111001 | 110 | 1010 | 1010010 | 1000011 |
Color Harmonies of #F07F68
Complementary color
Monochromatic Colors of #F07F68
Black with #F07F68
Text Example
Text Example
White with #F07F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F68; }
p { color: rgb(240,127,104); }
H1.HeaderClassName
{
color: #F07F68;
}
.AnyTagClassName
{
color: #F07F68;
}
</style>
background-color css
<style>
a { background-color: #F07F68; }
a { background-color: rgb(240,127,104); }
div.DivClassName
{
background-color: #F07F68;
}
.BgClassName
{
background-color: #F07F68;
}
</style>
border-color css
<style>
span { border-color: #F07F68; }
span { border-color: rgb(240,127,104); }
td.TdClassName
{
border-color: #F07F68;
}
.TagClassName
{
border-color: #F07F68;
}
</style>