Shades of Salmon #F68C70
Tints of Salmon #F68C70
RGB
CMYK
RGB Variations
Color information
#F68C70 (or 0xF68C70) is known color: Salmon. HEX triplet: F6, 8C and 70. RGB value is (246,140,112). Sum of RGB (Red+Green+Blue) = 246+140+112=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C70 is #09738F. Grayscale: #A8A8A8. Windows color (decimal): -619408 or 7376118. OLE color: 7376118.
HSL color Cylindrical-coordinate representation of color #F68C70: hue angle of 12.54º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68C70 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 112 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.04 |
| HSL | 12.54º | 0.88% | 0.7% | - |
| HSV(B) | 12.54º | 0.54% | 0.96% | - |
| XYZ | 50.31 | 39.52 | 20.31 | - |
| YUV | 168.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 112 | 0 | 0.43 | 0.54 | 0.04 | 12.54 | 0.88 | 0.7 |
| Hex | F6 | 8C | 70 | 0 | 2B | 36 | 4 | D | 58 | 46 |
| Octal | 366 | 214 | 160 | 0 | 53 | 66 | 4 | 15 | 130 | 106 |
| Binary | 11110110 | 10001100 | 1110000 | 0 | 101011 | 110110 | 100 | 1101 | 1011000 | 1000110 |
Color Harmonies of #F68C70
Complementary color
Monochromatic Colors of #F68C70
Black with #F68C70
Text Example
Text Example
White with #F68C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C70; }
p { color: rgb(246,140,112); }
H1.HeaderClassName
{
color: #F68C70;
}
.AnyTagClassName
{
color: #F68C70;
}
</style>
background-color css
<style>
a { background-color: #F68C70; }
a { background-color: rgb(246,140,112); }
div.DivClassName
{
background-color: #F68C70;
}
.BgClassName
{
background-color: #F68C70;
}
</style>
border-color css
<style>
span { border-color: #F68C70; }
span { border-color: rgb(246,140,112); }
td.TdClassName
{
border-color: #F68C70;
}
.TagClassName
{
border-color: #F68C70;
}
</style>