Shades of Dark Salmon #F68F76
Tints of Dark Salmon #F68F76
RGB
CMYK
RGB Variations
Color information
#F68F76 (or 0xF68F76) is known color: Dark Salmon. HEX triplet: F6, 8F and 76. RGB value is (246,143,118). Sum of RGB (Red+Green+Blue) = 246+143+118=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F76 is #097089. Grayscale: #ABABAB. Windows color (decimal): -618634 or 7770102. OLE color: 7770102.
HSL color Cylindrical-coordinate representation of color #F68F76: hue angle of 11.72º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F68F76 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 118 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.04 |
| HSL | 11.72º | 0.88% | 0.71% | - |
| HSV(B) | 11.72º | 0.52% | 0.96% | - |
| XYZ | 51.1 | 40.55 | 22.27 | - |
| YUV | 170.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 118 | 0 | 0.42 | 0.52 | 0.04 | 11.72 | 0.88 | 0.71 |
| Hex | F6 | 8F | 76 | 0 | 2A | 34 | 4 | C | 58 | 47 |
| Octal | 366 | 217 | 166 | 0 | 52 | 64 | 4 | 14 | 130 | 107 |
| Binary | 11110110 | 10001111 | 1110110 | 0 | 101010 | 110100 | 100 | 1100 | 1011000 | 1000111 |
Color Harmonies of #F68F76
Complementary color
Monochromatic Colors of #F68F76
Black with #F68F76
Text Example
Text Example
White with #F68F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F76; }
p { color: rgb(246,143,118); }
H1.HeaderClassName
{
color: #F68F76;
}
.AnyTagClassName
{
color: #F68F76;
}
</style>
background-color css
<style>
a { background-color: #F68F76; }
a { background-color: rgb(246,143,118); }
div.DivClassName
{
background-color: #F68F76;
}
.BgClassName
{
background-color: #F68F76;
}
</style>
border-color css
<style>
span { border-color: #F68F76; }
span { border-color: rgb(246,143,118); }
td.TdClassName
{
border-color: #F68F76;
}
.TagClassName
{
border-color: #F68F76;
}
</style>