Shades of Salmon #F67B6E
Tints of Salmon #F67B6E
RGB
CMYK
RGB Variations
Color information
#F67B6E (or 0xF67B6E) is known color: Salmon. HEX triplet: F6, 7B and 6E. RGB value is (246,123,110). Sum of RGB (Red+Green+Blue) = 246+123+110=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67B6E is #098491. Grayscale: #9E9E9E. Windows color (decimal): -623762 or 7240694. OLE color: 7240694.
HSL color Cylindrical-coordinate representation of color #F67B6E: hue angle of 5.74º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F67B6E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 110 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.04 |
| HSL | 5.74º | 0.88% | 0.7% | - |
| HSV(B) | 5.74º | 0.55% | 0.96% | - |
| XYZ | 47.9 | 34.88 | 18.96 | - |
| YUV | 158.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 110 | 0 | 0.50 | 0.55 | 0.04 | 5.74 | 0.88 | 0.7 |
| Hex | F6 | 7B | 6E | 0 | 32 | 37 | 4 | 6 | 58 | 46 |
| Octal | 366 | 173 | 156 | 0 | 62 | 67 | 4 | 6 | 130 | 106 |
| Binary | 11110110 | 1111011 | 1101110 | 0 | 110010 | 110111 | 100 | 110 | 1011000 | 1000110 |
Color Harmonies of #F67B6E
Complementary color
Monochromatic Colors of #F67B6E
Black with #F67B6E
Text Example
Text Example
White with #F67B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67B6E; }
p { color: rgb(246,123,110); }
H1.HeaderClassName
{
color: #F67B6E;
}
.AnyTagClassName
{
color: #F67B6E;
}
</style>
background-color css
<style>
a { background-color: #F67B6E; }
a { background-color: rgb(246,123,110); }
div.DivClassName
{
background-color: #F67B6E;
}
.BgClassName
{
background-color: #F67B6E;
}
</style>
border-color css
<style>
span { border-color: #F67B6E; }
span { border-color: rgb(246,123,110); }
td.TdClassName
{
border-color: #F67B6E;
}
.TagClassName
{
border-color: #F67B6E;
}
</style>