Shades of Salmon #F37F6C
Tints of Salmon #F37F6C
RGB
CMYK
RGB Variations
Color information
#F37F6C (or 0xF37F6C) is known color: Salmon. HEX triplet: F3, 7F and 6C. RGB value is (243,127,108). Sum of RGB (Red+Green+Blue) = 243+127+108=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F6C is #0C8093. Grayscale: #9F9F9F. Windows color (decimal): -819348 or 7110643. OLE color: 7110643.
HSL color Cylindrical-coordinate representation of color #F37F6C: hue angle of 8.44º 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 #F37F6C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 108 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.05 |
| HSL | 8.44º | 0.85% | 0.69% | - |
| HSV(B) | 8.44º | 0.56% | 0.95% | - |
| XYZ | 47.26 | 35.32 | 18.51 | - |
| YUV | 159.52 | 98.93 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 108 | 0 | 0.48 | 0.56 | 0.05 | 8.44 | 0.85 | 0.69 |
| Hex | F3 | 7F | 6C | 0 | 30 | 38 | 5 | 8 | 55 | 45 |
| Octal | 363 | 177 | 154 | 0 | 60 | 70 | 5 | 10 | 125 | 105 |
| Binary | 11110011 | 1111111 | 1101100 | 0 | 110000 | 111000 | 101 | 1000 | 1010101 | 1000101 |
Color Harmonies of #F37F6C
Complementary color
Monochromatic Colors of #F37F6C
Black with #F37F6C
Text Example
Text Example
White with #F37F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37F6C; }
p { color: rgb(243,127,108); }
H1.HeaderClassName
{
color: #F37F6C;
}
.AnyTagClassName
{
color: #F37F6C;
}
</style>
background-color css
<style>
a { background-color: #F37F6C; }
a { background-color: rgb(243,127,108); }
div.DivClassName
{
background-color: #F37F6C;
}
.BgClassName
{
background-color: #F37F6C;
}
</style>
border-color css
<style>
span { border-color: #F37F6C; }
span { border-color: rgb(243,127,108); }
td.TdClassName
{
border-color: #F37F6C;
}
.TagClassName
{
border-color: #F37F6C;
}
</style>