Shades of Dark Salmon #F69175
Tints of Dark Salmon #F69175
RGB
CMYK
RGB Variations
Color information
#F69175 (or 0xF69175) is known color: Dark Salmon. HEX triplet: F6, 91 and 75. RGB value is (246,145,117). Sum of RGB (Red+Green+Blue) = 246+145+117=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F69175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69175 is #096E8A. Grayscale: #ACACAC. Windows color (decimal): -618123 or 7705078. OLE color: 7705078.
HSL color Cylindrical-coordinate representation of color #F69175: hue angle of 13.02º 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 #F69175 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 117 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.04 |
| HSL | 13.02º | 0.88% | 0.71% | - |
| HSV(B) | 13.02º | 0.52% | 0.96% | - |
| XYZ | 51.34 | 41.13 | 22.06 | - |
| YUV | 172.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 117 | 0 | 0.41 | 0.52 | 0.04 | 13.02 | 0.88 | 0.71 |
| Hex | F6 | 91 | 75 | 0 | 29 | 34 | 4 | D | 58 | 47 |
| Octal | 366 | 221 | 165 | 0 | 51 | 64 | 4 | 15 | 130 | 107 |
| Binary | 11110110 | 10010001 | 1110101 | 0 | 101001 | 110100 | 100 | 1101 | 1011000 | 1000111 |
Color Harmonies of #F69175
Complementary color
Monochromatic Colors of #F69175
Black with #F69175
Text Example
Text Example
White with #F69175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69175; }
p { color: rgb(246,145,117); }
H1.HeaderClassName
{
color: #F69175;
}
.AnyTagClassName
{
color: #F69175;
}
</style>
background-color css
<style>
a { background-color: #F69175; }
a { background-color: rgb(246,145,117); }
div.DivClassName
{
background-color: #F69175;
}
.BgClassName
{
background-color: #F69175;
}
</style>
border-color css
<style>
span { border-color: #F69175; }
span { border-color: rgb(246,145,117); }
td.TdClassName
{
border-color: #F69175;
}
.TagClassName
{
border-color: #F69175;
}
</style>