Shades of Dark Salmon #F69575
Tints of Dark Salmon #F69575
RGB
CMYK
RGB Variations
Color information
#F69575 (or 0xF69575) is known color: Dark Salmon. HEX triplet: F6, 95 and 75. RGB value is (246,149,117). Sum of RGB (Red+Green+Blue) = 246+149+117=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F69575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69575 is #096A8A. Grayscale: #AEAEAE. Windows color (decimal): -617099 or 7706102. OLE color: 7706102.
HSL color Cylindrical-coordinate representation of color #F69575: hue angle of 14.88º 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 #F69575 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 117 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.04 |
| HSL | 14.88º | 0.88% | 0.71% | - |
| HSV(B) | 14.88º | 0.52% | 0.96% | - |
| XYZ | 51.96 | 42.37 | 22.27 | - |
| YUV | 174.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 117 | 0 | 0.39 | 0.52 | 0.04 | 14.88 | 0.88 | 0.71 |
| Hex | F6 | 95 | 75 | 0 | 27 | 34 | 4 | F | 58 | 47 |
| Octal | 366 | 225 | 165 | 0 | 47 | 64 | 4 | 17 | 130 | 107 |
| Binary | 11110110 | 10010101 | 1110101 | 0 | 100111 | 110100 | 100 | 1111 | 1011000 | 1000111 |
Color Harmonies of #F69575
Complementary color
Monochromatic Colors of #F69575
Black with #F69575
Text Example
Text Example
White with #F69575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69575; }
p { color: rgb(246,149,117); }
H1.HeaderClassName
{
color: #F69575;
}
.AnyTagClassName
{
color: #F69575;
}
</style>
background-color css
<style>
a { background-color: #F69575; }
a { background-color: rgb(246,149,117); }
div.DivClassName
{
background-color: #F69575;
}
.BgClassName
{
background-color: #F69575;
}
</style>
border-color css
<style>
span { border-color: #F69575; }
span { border-color: rgb(246,149,117); }
td.TdClassName
{
border-color: #F69575;
}
.TagClassName
{
border-color: #F69575;
}
</style>