Shades of Salmon #F67371
Tints of Salmon #F67371
RGB
CMYK
RGB Variations
Color information
#F67371 (or 0xF67371) is known color: Salmon. HEX triplet: F6, 73 and 71. RGB value is (246,115,113). Sum of RGB (Red+Green+Blue) = 246+115+113=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F67371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67371 is #098C8E. Grayscale: #9A9A9A. Windows color (decimal): -625807 or 7435254. OLE color: 7435254.
HSL color Cylindrical-coordinate representation of color #F67371: hue angle of 0.9º 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 #F67371 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 113 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.04 |
| HSL | 0.9º | 0.88% | 0.7% | - |
| HSV(B) | 0.9º | 0.54% | 0.96% | - |
| XYZ | 47.12 | 33.05 | 19.52 | - |
| YUV | 153.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 113 | 0 | 0.53 | 0.54 | 0.04 | 0.9 | 0.88 | 0.7 |
| Hex | F6 | 73 | 71 | 0 | 35 | 36 | 4 | 1 | 58 | 46 |
| Octal | 366 | 163 | 161 | 0 | 65 | 66 | 4 | 1 | 130 | 106 |
| Binary | 11110110 | 1110011 | 1110001 | 0 | 110101 | 110110 | 100 | 1 | 1011000 | 1000110 |
Color Harmonies of #F67371
Complementary color
Monochromatic Colors of #F67371
Black with #F67371
Text Example
Text Example
White with #F67371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67371; }
p { color: rgb(246,115,113); }
H1.HeaderClassName
{
color: #F67371;
}
.AnyTagClassName
{
color: #F67371;
}
</style>
background-color css
<style>
a { background-color: #F67371; }
a { background-color: rgb(246,115,113); }
div.DivClassName
{
background-color: #F67371;
}
.BgClassName
{
background-color: #F67371;
}
</style>
border-color css
<style>
span { border-color: #F67371; }
span { border-color: rgb(246,115,113); }
td.TdClassName
{
border-color: #F67371;
}
.TagClassName
{
border-color: #F67371;
}
</style>