Shades of Salmon #F67871
Tints of Salmon #F67871
RGB
CMYK
RGB Variations
Color information
#F67871 (or 0xF67871) is known color: Salmon. HEX triplet: F6, 78 and 71. RGB value is (246,120,113). Sum of RGB (Red+Green+Blue) = 246+120+113=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F67871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67871 is #09878E. Grayscale: #9D9D9D. Windows color (decimal): -624527 or 7436534. OLE color: 7436534.
HSL color Cylindrical-coordinate representation of color #F67871: hue angle of 3.16º 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 #F67871 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 113 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.04 |
| HSL | 3.16º | 0.88% | 0.7% | - |
| HSV(B) | 3.16º | 0.54% | 0.96% | - |
| XYZ | 47.7 | 34.22 | 19.71 | - |
| YUV | 156.88 | 103.24 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 113 | 0 | 0.51 | 0.54 | 0.04 | 3.16 | 0.88 | 0.7 |
| Hex | F6 | 78 | 71 | 0 | 33 | 36 | 4 | 3 | 58 | 46 |
| Octal | 366 | 170 | 161 | 0 | 63 | 66 | 4 | 3 | 130 | 106 |
| Binary | 11110110 | 1111000 | 1110001 | 0 | 110011 | 110110 | 100 | 11 | 1011000 | 1000110 |
Color Harmonies of #F67871
Complementary color
Monochromatic Colors of #F67871
Black with #F67871
Text Example
Text Example
White with #F67871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67871; }
p { color: rgb(246,120,113); }
H1.HeaderClassName
{
color: #F67871;
}
.AnyTagClassName
{
color: #F67871;
}
</style>
background-color css
<style>
a { background-color: #F67871; }
a { background-color: rgb(246,120,113); }
div.DivClassName
{
background-color: #F67871;
}
.BgClassName
{
background-color: #F67871;
}
</style>
border-color css
<style>
span { border-color: #F67871; }
span { border-color: rgb(246,120,113); }
td.TdClassName
{
border-color: #F67871;
}
.TagClassName
{
border-color: #F67871;
}
</style>