Shades of Salmon #F97C6C
Tints of Salmon #F97C6C
RGB
CMYK
RGB Variations
Color information
#F97C6C (or 0xF97C6C) is known color: Salmon. HEX triplet: F9, 7C and 6C. RGB value is (249,124,108). Sum of RGB (Red+Green+Blue) = 249+124+108=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C6C is #068393. Grayscale: #9F9F9F. Windows color (decimal): -426900 or 7109881. OLE color: 7109881.
HSL color Cylindrical-coordinate representation of color #F97C6C: hue angle of 6.81º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F97C6C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 108 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.02 |
| HSL | 6.81º | 0.92% | 0.7% | - |
| HSV(B) | 6.81º | 0.57% | 0.98% | - |
| XYZ | 48.98 | 35.64 | 18.48 | - |
| YUV | 159.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 108 | 0 | 0.50 | 0.57 | 0.02 | 6.81 | 0.92 | 0.7 |
| Hex | F9 | 7C | 6C | 0 | 32 | 39 | 2 | 7 | 5C | 46 |
| Octal | 371 | 174 | 154 | 0 | 62 | 71 | 2 | 7 | 134 | 106 |
| Binary | 11111001 | 1111100 | 1101100 | 0 | 110010 | 111001 | 10 | 111 | 1011100 | 1000110 |
Color Harmonies of #F97C6C
Complementary color
Monochromatic Colors of #F97C6C
Black with #F97C6C
Text Example
Text Example
White with #F97C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C6C; }
p { color: rgb(249,124,108); }
H1.HeaderClassName
{
color: #F97C6C;
}
.AnyTagClassName
{
color: #F97C6C;
}
</style>
background-color css
<style>
a { background-color: #F97C6C; }
a { background-color: rgb(249,124,108); }
div.DivClassName
{
background-color: #F97C6C;
}
.BgClassName
{
background-color: #F97C6C;
}
</style>
border-color css
<style>
span { border-color: #F97C6C; }
span { border-color: rgb(249,124,108); }
td.TdClassName
{
border-color: #F97C6C;
}
.TagClassName
{
border-color: #F97C6C;
}
</style>