Shades of Salmon #F68378
Tints of Salmon #F68378
RGB
CMYK
RGB Variations
Color information
#F68378 (or 0xF68378) is known color: Salmon. HEX triplet: F6, 83 and 78. RGB value is (246,131,120). Sum of RGB (Red+Green+Blue) = 246+131+120=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F68378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68378 is #097C87. Grayscale: #A4A4A4. Windows color (decimal): -621704 or 7898102. OLE color: 7898102.
HSL color Cylindrical-coordinate representation of color #F68378: hue angle of 5.24º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F68378 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 120 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.04 |
| HSL | 5.24º | 0.88% | 0.72% | - |
| HSV(B) | 5.24º | 0.51% | 0.96% | - |
| XYZ | 49.51 | 37.18 | 22.34 | - |
| YUV | 164.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 120 | 0 | 0.47 | 0.51 | 0.04 | 5.24 | 0.88 | 0.72 |
| Hex | F6 | 83 | 78 | 0 | 2F | 33 | 4 | 5 | 58 | 48 |
| Octal | 366 | 203 | 170 | 0 | 57 | 63 | 4 | 5 | 130 | 110 |
| Binary | 11110110 | 10000011 | 1111000 | 0 | 101111 | 110011 | 100 | 101 | 1011000 | 1001000 |
Color Harmonies of #F68378
Complementary color
Monochromatic Colors of #F68378
Black with #F68378
Text Example
Text Example
White with #F68378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68378; }
p { color: rgb(246,131,120); }
H1.HeaderClassName
{
color: #F68378;
}
.AnyTagClassName
{
color: #F68378;
}
</style>
background-color css
<style>
a { background-color: #F68378; }
a { background-color: rgb(246,131,120); }
div.DivClassName
{
background-color: #F68378;
}
.BgClassName
{
background-color: #F68378;
}
</style>
border-color css
<style>
span { border-color: #F68378; }
span { border-color: rgb(246,131,120); }
td.TdClassName
{
border-color: #F68378;
}
.TagClassName
{
border-color: #F68378;
}
</style>