Shades of Salmon #F37B6C
Tints of Salmon #F37B6C
RGB
CMYK
RGB Variations
Color information
#F37B6C (or 0xF37B6C) is known color: Salmon. HEX triplet: F3, 7B and 6C. RGB value is (243,123,108). Sum of RGB (Red+Green+Blue) = 243+123+108=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37B6C is #0C8493. Grayscale: #9D9D9D. Windows color (decimal): -820372 or 7109619. OLE color: 7109619.
HSL color Cylindrical-coordinate representation of color #F37B6C: hue angle of 6.67º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F37B6C is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 108 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.05 |
| HSL | 6.67º | 0.85% | 0.69% | - |
| HSV(B) | 6.67º | 0.56% | 0.95% | - |
| XYZ | 46.75 | 34.3 | 18.34 | - |
| YUV | 157.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 108 | 0 | 0.49 | 0.56 | 0.05 | 6.67 | 0.85 | 0.69 |
| Hex | F3 | 7B | 6C | 0 | 31 | 38 | 5 | 7 | 55 | 45 |
| Octal | 363 | 173 | 154 | 0 | 61 | 70 | 5 | 7 | 125 | 105 |
| Binary | 11110011 | 1111011 | 1101100 | 0 | 110001 | 111000 | 101 | 111 | 1010101 | 1000101 |
Color Harmonies of #F37B6C
Complementary color
Monochromatic Colors of #F37B6C
Black with #F37B6C
Text Example
Text Example
White with #F37B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B6C; }
p { color: rgb(243,123,108); }
H1.HeaderClassName
{
color: #F37B6C;
}
.AnyTagClassName
{
color: #F37B6C;
}
</style>
background-color css
<style>
a { background-color: #F37B6C; }
a { background-color: rgb(243,123,108); }
div.DivClassName
{
background-color: #F37B6C;
}
.BgClassName
{
background-color: #F37B6C;
}
</style>
border-color css
<style>
span { border-color: #F37B6C; }
span { border-color: rgb(243,123,108); }
td.TdClassName
{
border-color: #F37B6C;
}
.TagClassName
{
border-color: #F37B6C;
}
</style>