Shades of Dark Salmon #F68F75
Tints of Dark Salmon #F68F75
RGB
CMYK
RGB Variations
Color information
#F68F75 (or 0xF68F75) is known color: Dark Salmon. HEX triplet: F6, 8F and 75. RGB value is (246,143,117). Sum of RGB (Red+Green+Blue) = 246+143+117=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F75 is #09708A. Grayscale: #ABABAB. Windows color (decimal): -618635 or 7704566. OLE color: 7704566.
HSL color Cylindrical-coordinate representation of color #F68F75: hue angle of 12.09º 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 #F68F75 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 117 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.04 |
| HSL | 12.09º | 0.88% | 0.71% | - |
| HSV(B) | 12.09º | 0.52% | 0.96% | - |
| XYZ | 51.04 | 40.52 | 21.96 | - |
| YUV | 170.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 117 | 0 | 0.42 | 0.52 | 0.04 | 12.09 | 0.88 | 0.71 |
| Hex | F6 | 8F | 75 | 0 | 2A | 34 | 4 | C | 58 | 47 |
| Octal | 366 | 217 | 165 | 0 | 52 | 64 | 4 | 14 | 130 | 107 |
| Binary | 11110110 | 10001111 | 1110101 | 0 | 101010 | 110100 | 100 | 1100 | 1011000 | 1000111 |
Color Harmonies of #F68F75
Complementary color
Monochromatic Colors of #F68F75
Black with #F68F75
Text Example
Text Example
White with #F68F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F75; }
p { color: rgb(246,143,117); }
H1.HeaderClassName
{
color: #F68F75;
}
.AnyTagClassName
{
color: #F68F75;
}
</style>
background-color css
<style>
a { background-color: #F68F75; }
a { background-color: rgb(246,143,117); }
div.DivClassName
{
background-color: #F68F75;
}
.BgClassName
{
background-color: #F68F75;
}
</style>
border-color css
<style>
span { border-color: #F68F75; }
span { border-color: rgb(246,143,117); }
td.TdClassName
{
border-color: #F68F75;
}
.TagClassName
{
border-color: #F68F75;
}
</style>