Shades of Salmon #F67F71
Tints of Salmon #F67F71
RGB
CMYK
RGB Variations
Color information
#F67F71 (or 0xF67F71) is known color: Salmon. HEX triplet: F6, 7F and 71. RGB value is (246,127,113). Sum of RGB (Red+Green+Blue) = 246+127+113=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F71 is #09808E. Grayscale: #A1A1A1. Windows color (decimal): -622735 or 7438326. OLE color: 7438326.
HSL color Cylindrical-coordinate representation of color #F67F71: hue angle of 6.32º 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 #F67F71 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 113 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.04 |
| HSL | 6.32º | 0.88% | 0.7% | - |
| HSV(B) | 6.32º | 0.54% | 0.96% | - |
| XYZ | 48.58 | 35.96 | 20 | - |
| YUV | 160.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 113 | 0 | 0.48 | 0.54 | 0.04 | 6.32 | 0.88 | 0.7 |
| Hex | F6 | 7F | 71 | 0 | 30 | 36 | 4 | 6 | 58 | 46 |
| Octal | 366 | 177 | 161 | 0 | 60 | 66 | 4 | 6 | 130 | 106 |
| Binary | 11110110 | 1111111 | 1110001 | 0 | 110000 | 110110 | 100 | 110 | 1011000 | 1000110 |
Color Harmonies of #F67F71
Complementary color
Monochromatic Colors of #F67F71
Black with #F67F71
Text Example
Text Example
White with #F67F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F71; }
p { color: rgb(246,127,113); }
H1.HeaderClassName
{
color: #F67F71;
}
.AnyTagClassName
{
color: #F67F71;
}
</style>
background-color css
<style>
a { background-color: #F67F71; }
a { background-color: rgb(246,127,113); }
div.DivClassName
{
background-color: #F67F71;
}
.BgClassName
{
background-color: #F67F71;
}
</style>
border-color css
<style>
span { border-color: #F67F71; }
span { border-color: rgb(246,127,113); }
td.TdClassName
{
border-color: #F67F71;
}
.TagClassName
{
border-color: #F67F71;
}
</style>