Shades of Dark Salmon #F68F70
Tints of Dark Salmon #F68F70
RGB
CMYK
RGB Variations
Color information
#F68F70 (or 0xF68F70) is known color: Dark Salmon. HEX triplet: F6, 8F and 70. RGB value is (246,143,112). Sum of RGB (Red+Green+Blue) = 246+143+112=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F70 is #09708F. Grayscale: #AAAAAA. Windows color (decimal): -618640 or 7376886. OLE color: 7376886.
HSL color Cylindrical-coordinate representation of color #F68F70: hue angle of 13.88º 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 #F68F70 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 112 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.04 |
| HSL | 13.88º | 0.88% | 0.7% | - |
| HSV(B) | 13.88º | 0.54% | 0.96% | - |
| XYZ | 50.75 | 40.41 | 20.45 | - |
| YUV | 170.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 112 | 0 | 0.42 | 0.54 | 0.04 | 13.88 | 0.88 | 0.7 |
| Hex | F6 | 8F | 70 | 0 | 2A | 36 | 4 | E | 58 | 46 |
| Octal | 366 | 217 | 160 | 0 | 52 | 66 | 4 | 16 | 130 | 106 |
| Binary | 11110110 | 10001111 | 1110000 | 0 | 101010 | 110110 | 100 | 1110 | 1011000 | 1000110 |
Color Harmonies of #F68F70
Complementary color
Monochromatic Colors of #F68F70
Black with #F68F70
Text Example
Text Example
White with #F68F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F70; }
p { color: rgb(246,143,112); }
H1.HeaderClassName
{
color: #F68F70;
}
.AnyTagClassName
{
color: #F68F70;
}
</style>
background-color css
<style>
a { background-color: #F68F70; }
a { background-color: rgb(246,143,112); }
div.DivClassName
{
background-color: #F68F70;
}
.BgClassName
{
background-color: #F68F70;
}
</style>
border-color css
<style>
span { border-color: #F68F70; }
span { border-color: rgb(246,143,112); }
td.TdClassName
{
border-color: #F68F70;
}
.TagClassName
{
border-color: #F68F70;
}
</style>