Shades of Salmon #F68C72
Tints of Salmon #F68C72
RGB
CMYK
RGB Variations
Color information
#F68C72 (or 0xF68C72) is known color: Salmon. HEX triplet: F6, 8C and 72. RGB value is (246,140,114). Sum of RGB (Red+Green+Blue) = 246+140+114=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C72 is #09738D. Grayscale: #A8A8A8. Windows color (decimal): -619406 or 7507190. OLE color: 7507190.
HSL color Cylindrical-coordinate representation of color #F68C72: hue angle of 11.82º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68C72 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 114 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.04 |
| HSL | 11.82º | 0.88% | 0.71% | - |
| HSV(B) | 11.82º | 0.54% | 0.96% | - |
| XYZ | 50.42 | 39.56 | 20.9 | - |
| YUV | 168.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 114 | 0 | 0.43 | 0.54 | 0.04 | 11.82 | 0.88 | 0.71 |
| Hex | F6 | 8C | 72 | 0 | 2B | 36 | 4 | C | 58 | 47 |
| Octal | 366 | 214 | 162 | 0 | 53 | 66 | 4 | 14 | 130 | 107 |
| Binary | 11110110 | 10001100 | 1110010 | 0 | 101011 | 110110 | 100 | 1100 | 1011000 | 1000111 |
Color Harmonies of #F68C72
Complementary color
Monochromatic Colors of #F68C72
Black with #F68C72
Text Example
Text Example
White with #F68C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C72; }
p { color: rgb(246,140,114); }
H1.HeaderClassName
{
color: #F68C72;
}
.AnyTagClassName
{
color: #F68C72;
}
</style>
background-color css
<style>
a { background-color: #F68C72; }
a { background-color: rgb(246,140,114); }
div.DivClassName
{
background-color: #F68C72;
}
.BgClassName
{
background-color: #F68C72;
}
</style>
border-color css
<style>
span { border-color: #F68C72; }
span { border-color: rgb(246,140,114); }
td.TdClassName
{
border-color: #F68C72;
}
.TagClassName
{
border-color: #F68C72;
}
</style>