Shades of Salmon #F67170
Tints of Salmon #F67170
RGB
CMYK
RGB Variations
Color information
#F67170 (or 0xF67170) is known color: Salmon. HEX triplet: F6, 71 and 70. RGB value is (246,113,112). Sum of RGB (Red+Green+Blue) = 246+113+112=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F67170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67170 is #098E8F. Grayscale: #989898. Windows color (decimal): -626320 or 7369206. OLE color: 7369206.
HSL color Cylindrical-coordinate representation of color #F67170: hue angle of 0.45º 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 #F67170 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 112 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.04 |
| HSL | 0.45º | 0.88% | 0.7% | - |
| HSV(B) | 0.45º | 0.54% | 0.96% | - |
| XYZ | 46.84 | 32.57 | 19.15 | - |
| YUV | 152.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 112 | 0 | 0.54 | 0.54 | 0.04 | 0.45 | 0.88 | 0.7 |
| Hex | F6 | 71 | 70 | 0 | 36 | 36 | 4 | 0 | 58 | 46 |
| Octal | 366 | 161 | 160 | 0 | 66 | 66 | 4 | 0 | 130 | 106 |
| Binary | 11110110 | 1110001 | 1110000 | 0 | 110110 | 110110 | 100 | 0 | 1011000 | 1000110 |
Color Harmonies of #F67170
Complementary color
Monochromatic Colors of #F67170
Black with #F67170
Text Example
Text Example
White with #F67170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67170; }
p { color: rgb(246,113,112); }
H1.HeaderClassName
{
color: #F67170;
}
.AnyTagClassName
{
color: #F67170;
}
</style>
background-color css
<style>
a { background-color: #F67170; }
a { background-color: rgb(246,113,112); }
div.DivClassName
{
background-color: #F67170;
}
.BgClassName
{
background-color: #F67170;
}
</style>
border-color css
<style>
span { border-color: #F67170; }
span { border-color: rgb(246,113,112); }
td.TdClassName
{
border-color: #F67170;
}
.TagClassName
{
border-color: #F67170;
}
</style>